PageNumberingLabel Constructors
Overloads
PageNumberingLabel(String, Single, Single, Single, Single) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single, Font) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, Color) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, TextAlign) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, TextAlign, Color, [Optional] Boolean) | Initializes a new instance of the PageNumberingLabel class. |
PageNumberingLabel(String, Single, Single, Single, Single)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
Licensing Info
This constructor 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.
PageNumberingLabel(String, Single, Single, Single, Single, Font)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height, Font font)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, font As Font)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
- font
- Font
Font for the text of the label.
Licensing Info
This constructor 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.
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height, Font font, float fontSize)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
- font
- Font
Font for the text of the label.
- fontSize
- Single
Font size of the text of the label.
Licensing Info
This constructor 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.
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, Color)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height, Font font, float fontSize, Color textColor)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, textColor As Color)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
- font
- Font
Font for the text of the label.
- fontSize
- Single
Font size of the text of the label.
- textColor
- Color
Color of the text of the label.
Licensing Info
This constructor 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.
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, TextAlign)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height, Font font, float fontSize, TextAlign align)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, align As TextAlign)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
- font
- Font
Font for the text of the label.
- fontSize
- Single
Font size of the text of the label.
- align
- TextAlign
Alignment of the text of the label.
Licensing Info
This constructor 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.
PageNumberingLabel(String, Single, Single, Single, Single, Font, Single, TextAlign, Color, [Optional] Boolean)
Initializes a new instance of the PageNumberingLabel class.
public PageNumberingLabel(string text, float x, float y, float width, float height, Font font, float fontSize, TextAlign align, Color textColor, [bool rightToLeft = False])
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, align As TextAlign, textColor As Color, Optional rightToLeft As Boolean = False)
Parameters
- text
- String
Text to display in the label.
X coordinate of the label.
Y coordinate of the label.
- width
- Single
Width of the label.
- height
- Single
Height of the label.
- font
- Font
Font for the text of the label.
- fontSize
- Single
Font size of the text of the label.
- align
- TextAlign
Alignment of the text of the label.
- textColor
- Color
Color of the text of the label.
- rightToLeft
- Boolean
Licensing Info
This constructor 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.