Represents a printer-specific input (paper) tray.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.PaperSource

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct PaperSource

The PaperSource type exposes the following members.

Name Description
Public constructor .ctor(Int32) Creates a new PaperSource value for the given printer-specific tray code.
Name Description
Public member Code Specifies a printer-specific code that uniquely identifies a specific printer tray.
Public memberStatic property Default Returns the PaperSource value indicating that the default printer input tray shall be used.
Public memberStatic property Empty Returns the PaperSource value indicating that the default printer input tray shall be used.
Public member IsEmpty Indicates whether this PaperSource is empty and does not define a printer imput tray.
Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)