PageNumberingLabel
Represents a page numbering report element.
public class PageNumberingLabel : LayoutElement
Public Class PageNumberingLabel
Inherits LayoutElement
Inheritance: ObjectLayoutElementPageNumberingLabel
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
Align | Gets or sets the Align enumeration that specifies the text alignment of the page numbering label. |
Angle | Gets or sets the angle of the page numbering label in degrees. |
Font | Gets or sets the Font object to use for the text of the page numbering label. |
FontSize | Gets or sets the font size for the text of the page numbering label. |
Height | Gets or sets the height of the page numbering label. |
PageOffset | Gets or sets the page offset for page numbering. |
PageTotalOffset | Gets or sets the page total offset for page numbering. |
RightToLeft | Gets or sets a value indicating if text should be displayed right to left. |
Text | Gets or sets the text of the page numbering label. |
TextColor | Gets or sets the Color object to use for the text of the page numbering label. |
Underline | Gets or sets a value indicating if the page numbering label is underlined. |
VAlign | Gets or sets the VAlign enumeration that specifies the vertical text alignment of the page numbering label. |
Width | Gets or sets the width of the page numbering label. |
X | Gets or sets the X coordinate of the page numbering label. |
Y | Gets or sets the Y coordinate of the page numbering label. |
Methods
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) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
Events
PageNumberingLabel.LaidOut | Occurs after the page numbering label has been laid out. |
PageNumberingLabel.LayingOut | Occurs before the page numbering label is laid out. |