PrintMixin
Mixin
Mixin implementing print functionality to PdfExport feature. This mixin is applied to the Print feature class and provides the print and showPrintDialog methods.
// Print is available via the Print feature
const grid = new Grid({
features : {
print : true
}
});
// Trigger printing
grid.print();
See also
- Print - Print feature
- PdfExport - PDF export feature
- ExportDialog - Export dialog
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of PrintMixin class, or subclass thereof.
-
Identifies an object as an instance of PrintMixin class, or subclass thereof.