Aspose::Pdf::Facades::PdfFileMend class

PdfFileMend class

Represents a class for adding texts and images on the pages of existing PDF document.

class PdfFileMend : public Aspose::Pdf::Facades::SaveableFacade

Methods

MethodDescription
AddImage(System::SharedPtr<System::IO::Stream>, int32_t, float, float, float, float)Adds image to the specified page of PDF document at specified coordinates.
AddImage(System::SharedPtr<System::IO::Stream>, int32_t, float, float, float, float, System::SharedPtr<CompositingParameters>)Adds image to the specified page of PDF document at specified coordinates.
AddImage(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<int32_t>, float, float, float, float)Adds image to the specified pages of PDF document at specified coordinates.
AddImage(System::SharedPtr<System::IO::Stream>, System::ArrayPtr<int32_t>, float, float, float, float, System::SharedPtr<CompositingParameters>)Adds image to the specified pages of PDF document at specified coordinates.
AddImage(System::String, int32_t, float, float, float, float)Adds image to the specified page of PDF document at specified coordinates.
AddImage(System::String, int32_t, float, float, float, float, System::SharedPtr<CompositingParameters>)Adds image to the specified page of PDF document at specified coordinates.
AddImage(System::String, System::ArrayPtr<int32_t>, float, float, float, float)Adds image to the specified pages of PDF document at specified coordinates.
AddImage(System::String, System::ArrayPtr<int32_t>, float, float, float, float, System::SharedPtr<CompositingParameters>)Adds image to the specified pages of PDF document at specified coordinates.
AddText(System::SharedPtr<FormattedText>, int32_t, float, float)Not implemented.
AddText(System::SharedPtr<FormattedText>, int32_t, float, float, float, float)Not implemented.
AddText(System::SharedPtr<FormattedText>, System::ArrayPtr<int32_t>, float, float, float, float)Not implemented.
BindPdf(System::String) overrideInitializes the facade.
BindPdf(System::SharedPtr<System::IO::Stream>) overrideInitializes the facade.
BindPdf(System::SharedPtr<Aspose::Pdf::Document>) overrideInitializes the facade.
virtual BindPdf(System::SharedPtr<Document>)Binds PDF document for editing.
Close() overrideCloses PdfFileMend object.
Dispose() overrideDisposes the facade.
get_Document() constGets the document facade is working on.
get_InputFile() constSets the input file.
get_InputStream() constSets the input stream.
get_OutputFile() constSets the output file.
get_OutputStream() constSets the output stream.
get_TextPositioningMode() constSets or gets text positioning strategy. PositioningMode Default mode is Legacy.
get_WrapMode() constSets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap.
PdfFileMend()Constructor.
PdfFileMend(System::String, System::String)Constructor.
PdfFileMend(System::SharedPtr<System::IO::Stream>, System::SharedPtr<System::IO::Stream>)Constructor.
PdfFileMend(System::SharedPtr<Aspose::Pdf::Document>)Initializes new PdfFileMend object on base of the document .
PdfFileMend(System::SharedPtr<Aspose::Pdf::Document>, System::String)Initializes new PdfFileMend object on base of the document .
PdfFileMend(System::SharedPtr<Aspose::Pdf::Document>, System::SharedPtr<System::IO::Stream>)Initializes new PdfFileMend object on base of the document .
Save(System::String) overrideSaves the PDF document to the specified file.
Save(System::SharedPtr<System::IO::Stream>) overrideSaves the PDF document to the specified stream.
set_InputFile(System::String)Sets the input file.
set_InputStream(System::SharedPtr<System::IO::Stream>)Sets the input stream.
set_IsWordWrap(bool)Sets a bool value that indicates word wrap in AddText methods. If the value is true, the text in FormattedText will word wrap. By defalt, the value is false.
set_OutputFile(System::String)Sets the output file.
set_OutputStream(System::SharedPtr<System::IO::Stream>)Sets the output stream.
set_TextPositioningMode(PositioningMode)Sets or gets text positioning strategy. PositioningMode Default mode is Legacy.
set_WrapMode(WordWrapMode)Sets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap.

See Also