Aspose::Pdf::Facades::PdfFileMend::AddText method

PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, const System::ArrayPtr<int32_t>&, float, float, float, float) method

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
textconst System::SharedPtr<FormattedText>&FormattedText object.
pageNumsconst System::ArrayPtr<int32_t>&Page numbers array.
lowerLeftXfloatLower left X coordinate.
lowerLeftYfloatLower left Y coordinate.
upperRightXfloatUpper right X coordinate.
upperRightYfloatUpper right Y coordinate.

ReturnValue

True in case text was successfully added.

See Also

PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, int32_t, float, float) method

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, int32_t pageNum, float lowerLeftX, float lowerLeftY)
ParameterTypeDescription
textconst System::SharedPtr<FormattedText>&FormattedText object.
pageNumint32_tPage number.
lowerLeftXfloatLower left X coordinate.
lowerLeftYfloatLower left Y coordinate.

ReturnValue

True in case text was successfully added.

See Also

PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, int32_t, float, float, float, float) method

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
textconst System::SharedPtr<FormattedText>&FormattedText object.
pageNumint32_tPage number.
lowerLeftXfloatLower left X coordinate.
lowerLeftYfloatLower left Y coordinate.
upperRightXfloatUpper right X coordinate.
upperRightYfloatUpper right Y coordinate.

ReturnValue

True in case text was successfully added.

See Also