PageSetup Class |
Docentric Toolkit Help
Send Feedback |
Represents the page setup description for a section. The PageSetup object contains all page setup attributes (left margin, bottom margin, paper size ...) as properties.
System.Object
Docentric.Documents.ObjectModel.DocumentObject
Docentric.Documents.ObjectModel.PageSetup
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
The PageSetup type exposes the following members.
Name | Description | |
---|---|---|
.ctor() |
Name | Description | |
---|---|---|
LineNumbersCountBy | Specifies the line number increments to be displayed in the current document. | |
LineNumbersDistanceFromText | Gets or sets the line number distance from text. | |
LineNumbersRestartType | Gets or sets the line number restart type. | |
LineNumbersStartingNumber | Gets or sets the line starting number. | |
Orientation | Gets or sets the orientation of the page. | |
OwnerDocument | Gets the owner document. (Inherited from DocumentObject) | |
PageMargins | Gets or sets the page margins | |
PageNumbersStartingNumber | Gets or sets the number that appears on the first page of the section. | |
PageNumbersStyle | Gets or sets the number style for the page number. | |
PageSize | Gets or sets the page/paper size. | |
TextColumns | Gets or sets the text columns. | |
TextColumnsEvenlySpaced | Gets or sets a value indicating whether all text columns have equal width and are evenly spaced. | |
TextColumnsLineBetween | Gets or sets a value indicating whether to show or not the line between the text columns. | |
TextColumnsSpaceAfter | Gets or sets the amount of space between each column. Set this property only if the EvenlySpaced property is True. |
Name | Description | |
---|---|---|
Clone | Clones this DocumentObject object including its DOM children. (Inherited from DocumentObject) | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (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) | |
SetupIdenticalTextColumns | Removes any existing text columns and and ads new ones, all with the same width and the same spacing. | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |