DK11 for ActiveX | TatukGIS_XDK11.TGIS_Printer | Classes | Methods | Properties
Encapsulation of standard printer. Creating this you must provide existing TPrinter object (for example standard Printer).
Available also on: Delphi FMX | .NET | Java.
// C# public class TGIS_Printer : ITGIS_Printer, IGIS_Printer { }
' VisualBasic Public Class TGIS_Printer Implements ITGIS_Printer Implements IGIS_Printer End Class
// Oxygene type TGIS_Printer = public class end;
Name | Visibility | Description | |
---|---|---|---|
Abort | public | See documentation for TPrinter in Delphi help. | |
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) (Implements ITBaseObject.AttachDelphiObj) |
|
BeginDoc | public | See documentation for TPrinter in Delphi help. | |
BeginDocEx | public | Initiate printing. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) (Implements ITBaseObject.DelphiObj) |
|
EndDoc | public | See documentation for TPrinter in Delphi help. | |
EndDocEx | public | Finish printing. | |
NewPage | public | See documentation for TPrinter in Delphi help. | |
TwipsToX | public | Convert the size from device independent Twips (1/1440 inch) to device dependent pixels (X-coordinate). | |
TwipsToY | public | Convert the size from device independent Twips (1/1440 inch) to device dependent pixels (Y-coordinate). | |
Name | Visibility | Description | |
---|---|---|---|
Aborted | public | True if printing has been aborted. | |
PageHeight | public | See documentation for TPrinter in Delphi help. | |
PageNumber | public | See documentation for TPrinter in Delphi help. | |
PageSize | public | Physical page size. | |
PageWidth | public | See documentation for TPrinter in Delphi help. | |
PPI | public | Pixel per Inch of printer device. | |
PreferBitmapOutput | public | True, if printer output is preferred to be a bitmap. | |
PrintArea | public | Physical print area. | |
Printing | public | See documentation for TPrinter in Delphi help. | |
Title | public | See documentation for TPrinter in Delphi help. | |
VirtualPrinter | public | True, if is print virtual driver (not printer based: preview, pdf etc. | |