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)
Function CreateLabel(page As Page, xOffset As Single, yOffset As Single, text As String) As Label

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

Label

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, xOffset As Single, yOffset As Single, text As String, font As Font, fontSize As Single) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, xOffset As Single, yOffset As Single, text As String, font As Font, fontSize As Single, align As TextAlign) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, xOffset As Single, yOffset As Single, text As String, font As Font, fontSize As Single, align As TextAlign, textColor As Color) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, text As String) As Label

Parameters

page
Page

Page to which the label will be added.

text
String

The text of the label.

Returns

Label

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, text As String, font As Font, fontSize As Single) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, text As String, font As Font, fontSize As Single, align As TextAlign) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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)
Function CreateLabel(page As Page, text As String, font As Font, fontSize As Single, align As TextAlign, textColor As Color) As Label

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

Label

The Label object that was added to the page.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

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

Label
PdfFormField
ceTe.DynamicPDF.Merger.Forms

In this topic