PrintFileOpenAttr class | QSYS API Reference Guide
Represents the attributes for opening a print file.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> Hashtable –> FileOpenAttr
Constructors
| Name | Description |
|---|---|
| PrintFileOpenAttr() | Initializes a new instance of the PrintFileOpenAttr class. |
PrintFileOpenAttr()
Initializes a new instance of the PrintFileOpenAttr class.
PrintFileOpenAttr()
Properties
| Type | Name | Description |
|---|---|---|
| PrintDevAttr | DevAttr | Gets or sets the device attributes for the print file to be opened. |
| String | DocumentName | Gets or sets the name of the document for the print file to be opened. |
| String | FormType | Gets or sets the form type for the print file to be opened. |
| String | PrintToFileName | Gets or sets the name of the file to which the print file will be printed. |
| Boolean | ProcessMacros | Gets or sets a value indicating whether macros should be processed when the print file is opened. |
| Boolean | Prompt | Gets or sets a value indicating whether a prompt should be displayed when the print file is opened. |
| Boolean | SaveAfter | Gets or sets a value indicating whether the print file should be saved after being opened. |
| String | UserData | Gets or sets the user data for the print file to be opened. |