DocumentOptions Class |
Namespace: NetQuarry
The DocumentOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentOptions |
Constructs a new instance of this object.
|
![]() | DocumentOptions(String, String, PageSize, PageOrientation, CompressionLevel, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Constructs a new instance of this object.
|
Name | Description | |
---|---|---|
![]() | AuthorName | Gets/Sets the document's author's name |
![]() | BottomMargin | Gets/Sets the bottom margin size. |
![]() | BottomSpacing |
Gets/Sets the bottom spacing
|
![]() | CompressionLevel | Gets/Sets the document's compression level |
![]() | DocumentTitle | Gets/Sets the document's title |
![]() | FitWidth | Fit page information to width automatically |
![]() | Footer | Gets/Sets the document's footer options |
![]() | Header | Gets/Sets the document's header options |
![]() | Keywords | Gets/Sets the document keywords |
![]() | LeftMargin | Gets/Sets the left margin size. |
![]() | LiveURLs | Allow clickable URLs |
![]() | PageOrientation | Gets/Sets the page orientation |
![]() | PageSize | Gets/Sets the page size |
![]() | RightMargin | Gets/Sets the right margin size. |
![]() | RightToLeft | Gets/Sets to write text in right to left format |
![]() | Selectable | Allow text in document to be selectable |
![]() | ShowFooter | Gets/Sets to allow showing of the footer on the document |
![]() | ShowHeader | Gets/Sets to allow showing of the header on the document |
![]() | Subject | Gets/Sets the document's subject |
![]() | TopMargin | Gets/Sets the top margin size. |
![]() | TopSpacing |
Gets/Sets the top spacing
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |