Public Constructor
PrintFile |
This can not be called directly in code, instantiate using DCLPRINTFILE . |
Public Properties
Gets or sets whether collation will be used when printing multiple copies. |
|
Gets or sets the number of copies to print. |
|
Gets the position, in Print Units, that the printer is from the top of the page. |
|
Gets or sets whether the printer file is to print duplex (prints on both sides of the paper). This property is of type . |
|
Gets the size of the page footer. |
|
Gets or sets the name of the customized page size to use. |
|
Gets the overflow state of the printer file. This property is of type *Boolean. When the value is True, the print file is within the overflow area, otherwise False. |
|
Gets the open state of the printer file. This property is of type *Boolean. When the value is *True, the file is Open. (Same as the %Open built-in function.) |
|
Gets the last exception thrown for this file. This property is of type ASNA.VisualRPG.Runtime.AvrException. |
|
Gets or sets the file and path name for the manuscript. |
|
Gets or sets the print orientation (Horizontal or Vertical). This property is of type ASNA.DataGate.Common.PaperOrientation. |
|
PageLength |
OBSOLETE: This property is marked obsolete and is referenced only for backward compatibility. This has been replaced with PrintableLength property. |
PageWidth |
OBSOLETE: This property is marked obsolete and is referenced only for backward compatibility. This has been replaced with PrintableWidth property. |
Gets or sets the physical length of the page. Valid only with a continuous-form printer. |
|
Gets or sets the paper size. This property is of type . |
|
Gets or sets the printer tray that will be used. This property is of type . |
|
Gets or sets the physical width of the paper. Valid only with a continuous-form printer. |
|
Gets or sets whether the print preview dialog is to be displayed before printing. This property is of type ASNA.DataGate.Common.AccessMode. |
|
Gets the length of the printer's printable area. |
|
Gets the width of the printer's printable area. |
|
Gets or sets the full path name of the printer to be used. |
|
Gets or sets whether the print setup dialog is to be displayed before printing. |
|
Gets or sets whether DataGate print engine is to search for page numbering “macros” and replace them with appropriate data before sending the output to the printer. |
|
Gets or sets the print quality. This property is of type . |
|
Gets or sets the name of the report as seen on the printer spool. If not assigned, the default name is the name given when the print file was declared. |
|
Gets or sets the percentage factor by which the printed document is to be scaled. |
|
Gets or sets how true type fonts are to be printed. This property is of type ASNA.DataGate.Common.PrintTrueType . |
|
Gets or sets whether to print in color when a color printer is specified. |
|
Gets or sets the Y-axis resolution (in dot per inch) when printing graphics. |
Public Fields
Contains the name of the file field. This field is readonly. |
|
Contains the name of the file field. |
|
Contains a string that specifies the path of the file. |
|
Contains True if the opened (run-time) file's format ID is equal to the declared (compile-time) file's format ID. |
Protected Fields
Contains the open state of the printer file. When the value is True, the file is open. |
|
Contains the last exception thrown for this file. This is a protected public field of type ASNA.VisualRPG.Runtime.AvrException. |