TextBuilder

TextBuilder(Page)

初始化一个新的实例TextBuilder Pdf 页面的类.

public TextBuilder(Page page)
范围类型描述
pagePage页面对象。

评论

TextBuilder 允许将文本对象附加到 Pdf 页面。

也可以看看


TextBuilder(Page, BaseOperatorCollection)

初始化一个新的实例TextBuilder Pdf 页面的类.

public TextBuilder(Page page, BaseOperatorCollection operatorCollection)
范围类型描述
pagePage页面对象。
operatorCollectionBaseOperatorCollection运算符集合。

评论

TextBuilder 允许将文本对象附加到 Pdf 页面。

也可以看看