PaperSource Struct |
Docentric Toolkit Help
Send Feedback |
Represents a printer-specific input (paper) tray.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.PaperSource
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct PaperSource
The PaperSource type exposes the following members.
Name | Description | |
---|---|---|
.ctor(Int32) | Creates a new PaperSource value for the given printer-specific tray code. |
Name | Description | |
---|---|---|
Code | Specifies a printer-specific code that uniquely identifies a specific printer tray. | |
Default | Returns the PaperSource value indicating that the default printer input tray shall be used. | |
Empty | Returns the PaperSource value indicating that the default printer input tray shall be used. | |
IsEmpty | Indicates whether this PaperSource is empty and does not define a printer imput tray. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |