PrintCreateAttr class
Represents the attributes for creating a print file.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object –> Hashtable
Remarks
This class encapsulates the properties and methods required to create a print file. It includes properties such as the file name, the user data, and the device attributes.
Constructors
| Name | Description |
|---|---|
| PrintCreateAttr() | Initializes a new instance of the class. |
Properties
| Type | Name | Description |
|---|---|---|
| Boolean | CheckFormatLevels | Gets or sets a value indicating whether format levels should be checked. |
| PrintDevAttr | DevAttr | Gets or sets the device attributes. |
| String | DocumentName | Gets or sets the name of the document. |
| Boolean | ProcessMacros | Gets or sets a value indicating whether macros should be processed. |
| Boolean | Prompt | Gets or sets a value indicating whether a prompt should be displayed. |
| Int32 | WaitForFile | Gets or sets the time to wait for the file to be created, in milliseconds. |
Methods
| Signature | Description |
|---|---|
| ReadXml(XmlReader) | Generates an object from its XML representation. |
| TryGetValue(String, Object&) | Gets the value associated with the specified key. |
| WriteXml(XmlWriter) | Converts the current instance into an XML string. |