Specifies the size of the page/paper.

System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.PageSize

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

The PageSize type exposes the following members.

Name Description
Public memberStatic property A3 A3 (11.69 inch X 16.54 inch).
Public memberStatic property A4 A4 (8.27 inch X 11.69 inch).
Public memberStatic property A5 A5 (5.83 inch X 8.27 inch).
Public memberStatic property A6 A6 (4.13 inch X 5.83 inch).
Public memberStatic property B4 B4 (JIS, 7.17 inch X 10.12 inch).
Public memberStatic property B5 B5 (ISO, 6.93 inch X 9.84 inch).
Public memberStatic property EnvelopeC5 Envelope C5 (6.38 inch X 9.02 inch).
Public memberStatic property EnvelopeDL Envelope DL (4.33 inch X 8.66 inch).
Public memberStatic property Executive Executive (7.25 inch X 10.5 inch).
Public member Height Gets the height of the page.
Public memberStatic property Legal Legal (8.5 inch X 14 inch).
Public memberStatic property Letter Letter (8.5 inch X 11 inch).
Public memberStatic property Paper11x17 11x17 (11 inch X 17 inch).
Public member Width Gets the width of the page.
Name Description
Public method Equals(Object) Compares two PageSize structures for equality. (Overrides PageSize.Equals)
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. (Overrides PageSize.GetHashCode)
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 object as string. Measure will be added to the end of the string. (Overrides PageSize.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)