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:

Properties

AlignGets or sets the Align enumeration that specifies the text alignment of the page numbering label.
AngleGets or sets the angle of the page numbering label in degrees.
FontGets or sets the Font object to use for the text of the page numbering label.
FontSizeGets or sets the font size for the text of the page numbering label.
HeightGets or sets the height of the page numbering label.
PageOffsetGets or sets the page offset for page numbering.
PageTotalOffsetGets or sets the page total offset for page numbering.
RightToLeftGets or sets a value indicating if text should be displayed right to left.
TextGets or sets the text of the page numbering label.
TextColorGets or sets the Color object to use for the text of the page numbering label.
UnderlineGets or sets a value indicating if the page numbering label is underlined.
VAlignGets or sets the VAlign enumeration that specifies the vertical text alignment of the page numbering label.
WidthGets or sets the width of the page numbering label.
XGets or sets the X coordinate of the page numbering label.
YGets 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.LaidOutOccurs after the page numbering label has been laid out.
PageNumberingLabel.LayingOutOccurs before the page numbering label is laid out.

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic