TextBuilder.TextBuilder

TextBuilder(Page)

Initializes a new instance of TextBuilder class for the Pdf page.

public TextBuilder(Page page)
ParameterTypeDescription
pagePagePage object.

Remarks

The TextBuilder allows to append text objects to Pdf pages.

See Also


TextBuilder(Page, BaseOperatorCollection)

Initializes a new instance of TextBuilder class for the Pdf page.

public TextBuilder(Page page, BaseOperatorCollection operatorCollection)
ParameterTypeDescription
pagePagePage object.
operatorCollectionBaseOperatorCollectionOperator collection.

Remarks

The TextBuilder allows to append text objects to Pdf pages.

See Also