PdfFileMend.AddText

AddText(FormattedText, int, float, float)

Not implemented.

public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY)
ParameterTypeDescription
textFormattedTextFormattedText object.
pageNumInt32Page number.
lowerLeftXSingleLower left X coordinate.
lowerLeftYSingleLower left Y coordinate.

Return Value

True in case text was successfully added.

See Also


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

Not implemented.

public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY, 
    float upperRightX, float upperRightY)
ParameterTypeDescription
textFormattedTextFormattedText object.
pageNumInt32Page number.
lowerLeftXSingleLower left X coordinate.
lowerLeftYSingleLower left Y coordinate.
upperRightXSingleUpper right X coordinate.
upperRightYSingleUpper right Y coordinate.

Return Value

True in case text was successfully added.

See Also


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

Not implemented.

public bool AddText(FormattedText text, int[] pageNums, float lowerLeftX, float lowerLeftY, 
    float upperRightX, float upperRightY)
ParameterTypeDescription
textFormattedTextFormattedText object.
pageNumsInt32[]Page numbers array.
lowerLeftXSingleLower left X coordinate.
lowerLeftYSingleLower left Y coordinate.
upperRightXSingleUpper right X coordinate.
upperRightYSingleUpper right Y coordinate.

Return Value

True in case text was successfully added.

See Also