PdfFormField.CreateLabel
Overloads
CreateLabel(Page, Single, Single, String) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign, Color) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single, TextAlign) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, String, Font, Single, TextAlign, Color) | Creates a Label object and adds it to the given page at the coordinates of the form field. |
CreateLabel(Page, Single, Single, String)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, float xOffset, float yOffset, string text)
Parameters
- page
- Page
Page to which the label will be added.
- xOffset
- Single
The X coordinate offset for the label.
- yOffset
- Single
The Y coordinate offset for the label.
- text
- String
The text of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, Single, Single, String, Font, Single)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, float xOffset, float yOffset, string text, Font font, float fontSize)
Parameters
- page
- Page
Page to which the label will be added.
- xOffset
- Single
The X coordinate offset for the label.
- yOffset
- Single
The Y coordinate offset for the label.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, float xOffset, float yOffset, string text, Font font, float fontSize, TextAlign align)
Parameters
- page
- Page
Page to which the label will be added.
- xOffset
- Single
The X coordinate offset for the label.
- yOffset
- Single
The Y coordinate offset for the label.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
- align
- TextAlign
The text alignment of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, Single, Single, String, Font, Single, TextAlign, Color)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, float xOffset, float yOffset, string text, Font font, float fontSize, TextAlign align, Color textColor)
Parameters
- page
- Page
Page to which the label will be added.
- xOffset
- Single
The X coordinate offset for the label.
- yOffset
- Single
The Y coordinate offset for the label.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
- align
- TextAlign
The text alignment of the label.
- textColor
- Color
The text color of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, String)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, string text)
Parameters
- page
- Page
Page to which the label will be added.
- text
- String
The text of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, String, Font, Single)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, string text, Font font, float fontSize)
Parameters
- page
- Page
Page to which the label will be added.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, String, Font, Single, TextAlign)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, string text, Font font, float fontSize, TextAlign align)
Parameters
- page
- Page
Page to which the label will be added.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
- align
- TextAlign
The text alignment of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
CreateLabel(Page, String, Font, Single, TextAlign, Color)
Creates a Label object and adds it to the given page at the coordinates of the form field.
public Label CreateLabel(Page page, string text, Font font, float fontSize, TextAlign align, Color textColor)
Parameters
- page
- Page
Page to which the label will be added.
- text
- String
The text of the label.
- font
- Font
The font to use for the label.
- fontSize
- Single
The font size to use for the label.
- align
- TextAlign
The text alignment of the label.
- textColor
- Color
The text color of the label.
Returns
Licensing Info
This method 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.
Remarks
NOTE: For actual Form Flattening, use the FormFlattening property of the Document class (see the Form Flattening Help Topic for more information)
See Also
LabelPdfFormField
ceTe.DynamicPDF.Merger.Forms