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

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

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(System::SharedPtr<FormattedText> text, int32_t pageNum, float lowerLeftX, float lowerLeftY)
ParameterTypeDescription
textSystem::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(System::SharedPtr<FormattedText>, int32_t, float, float, float, float) method

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(System::SharedPtr<FormattedText> text, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
textSystem::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

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

Not implemented.

bool Aspose::Pdf::Facades::PdfFileMend::AddText(System::SharedPtr<FormattedText> text, System::ArrayPtr<int32_t> pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
textSystem::SharedPtr<FormattedText>FormattedText object.
pageNumsSystem::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