AddText

AddText(FormattedText, int, float, float)

未实施。

public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY)
范围类型描述
textFormattedText格式化文本对象。
pageNumInt32页码。
lowerLeftXSingle左下 X 坐标。
lowerLeftYSingle左下 Y 坐标。

返回值

如果文本已成功添加,则为真。

也可以看看


AddText(FormattedText, int, float, float, float, float)

未实施。

public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY, 
    float upperRightX, float upperRightY)
范围类型描述
textFormattedText格式化文本对象。
pageNumInt32页码。
lowerLeftXSingle左下 X 坐标。
lowerLeftYSingle左下 Y 坐标。
upperRightXSingle右上角 X 坐标。
upperRightYSingle右上角 Y 坐标。

返回值

如果文本已成功添加,则为真。

也可以看看


AddText(FormattedText, int[], float, float, float, float)

未实施。

public bool AddText(FormattedText text, int[] pageNums, float lowerLeftX, float lowerLeftY, 
    float upperRightX, float upperRightY)
范围类型描述
textFormattedText格式化文本对象。
pageNumsInt32[]页码数组。
lowerLeftXSingle左下 X 坐标。
lowerLeftYSingle左下 Y 坐标。
upperRightXSingle右上角 X 坐标。
upperRightYSingle右上角 Y 坐标。

返回值

如果文本已成功添加,则为真。

也可以看看