IPrintProperties interface
Provides an interface for managing print properties.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Extends: doesn’t extend any other interfaces.
Thread Safety
In DG implementations of IPrintProperties , instance members are not guaranteed to be thread safe.
Methods
| Signature | Description |
|---|---|
| GetBoundType(String) | Gets the type information for a print control bound to a specific field. |
| GetTypedObject(String) | Gets a typed object associated with a specific field. |
| GetValue(String, String) | Gets the value of a specific property for a given field. |
| SetValue(String, String, Object) | Sets the value of a specific property for a given field. |