PageSize Struct |
Docentric Toolkit Help
Send Feedback |
Specifies the size of the page/paper.
System.Object
System.ValueType
Docentric.Documents.ObjectModel.PageSize
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct PageSize
The PageSize type exposes the following members.
Name | Description | |
---|---|---|
.ctor(Length, Length) |
Name | Description | |
---|---|---|
A3 | A3 (11.69 inch X 16.54 inch). | |
A4 | A4 (8.27 inch X 11.69 inch). | |
A5 | A5 (5.83 inch X 8.27 inch). | |
A6 | A6 (4.13 inch X 5.83 inch). | |
B4 | B4 (JIS, 7.17 inch X 10.12 inch). | |
B5 | B5 (ISO, 6.93 inch X 9.84 inch). | |
EnvelopeC5 | Envelope C5 (6.38 inch X 9.02 inch). | |
EnvelopeDL | Envelope DL (4.33 inch X 8.66 inch). | |
Executive | Executive (7.25 inch X 10.5 inch). | |
Height | Gets the height of the page. | |
Legal | Legal (8.5 inch X 14 inch). | |
Letter | Letter (8.5 inch X 11 inch). | |
Paper11x17 | 11x17 (11 inch X 17 inch). | |
Width | Gets the width of the page. |
Name | Description | |
---|---|---|
Equals(Object) | Compares two PageSize structures for equality. (Overrides PageSize.Equals) | |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode() | Returns the hash code for this instance. (Overrides PageSize.GetHashCode) | |
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 object as string. Measure will be added to the end of the string. (Overrides PageSize.ToString) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |