Aspose::Pdf::Facades::PdfFileMend::AddImage method

PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<int32_t>&, float, float, float, float) method

Adds image to the specified pages of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream> &imageStream, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Input image stream.
pageNumsconst System::ArrayPtr<int32_t>&The numbers of pages that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream>&, const System::ArrayPtr<int32_t>&, float, float, float, float, const System::SharedPtr<CompositingParameters>&) method

Adds image to the specified pages of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream> &imageStream, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY, const System::SharedPtr<CompositingParameters> &compositingParameters)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Input image stream.
pageNumsconst System::ArrayPtr<int32_t>&The numbers of pages that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.
compositingParametersconst System::SharedPtr<CompositingParameters>&The graphics compositing parameters for the images.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream>&, int32_t, float, float, float, float) method

Adds image to the specified page of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream> &imageStream, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Input image stream.
pageNumint32_tThe number of page that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream>&, int32_t, float, float, float, float, const System::SharedPtr<CompositingParameters>&) method

Adds image to the specified page of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::SharedPtr<System::IO::Stream> &imageStream, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY, const System::SharedPtr<CompositingParameters> &compositingParameters)
ParameterTypeDescription
imageStreamconst System::SharedPtr<System::IO::Stream>&Input image stream.
pageNumint32_tThe number of page that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.
compositingParametersconst System::SharedPtr<CompositingParameters>&The graphics compositing parameters for the image.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::String&, const System::ArrayPtr<int32_t>&, float, float, float, float) method

Adds image to the specified pages of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::String &imageName, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
imageNameconst System::String&The path of input image file.
pageNumsconst System::ArrayPtr<int32_t>&The numbers of pages that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::String&, const System::ArrayPtr<int32_t>&, float, float, float, float, const System::SharedPtr<CompositingParameters>&) method

Adds image to the specified pages of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::String &imageName, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY, const System::SharedPtr<CompositingParameters> &compositingParameters)
ParameterTypeDescription
imageNameconst System::String&The path of input image file.
pageNumsconst System::ArrayPtr<int32_t>&The numbers of pages that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.
compositingParametersconst System::SharedPtr<CompositingParameters>&The graphics compositing parameters for the images.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::String&, int32_t, float, float, float, float) method

Adds image to the specified page of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::String &imageName, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
ParameterTypeDescription
imageNameconst System::String&The path of input image file.
pageNumint32_tThe number of page that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.

ReturnValue

True if success false otherwise.

See Also

PdfFileMend::AddImage(const System::String&, int32_t, float, float, float, float, const System::SharedPtr<CompositingParameters>&) method

Adds image to the specified page of PDF document at specified coordinates.

bool Aspose::Pdf::Facades::PdfFileMend::AddImage(const System::String &imageName, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY, const System::SharedPtr<CompositingParameters> &compositingParameters)
ParameterTypeDescription
imageNameconst System::String&The path of input image file.
pageNumint32_tThe number of page that will receive the image.
lowerLeftXfloatThe lower left x of image rectangle.
lowerLeftYfloatThe lower left y of image rectangle.
upperRightXfloatThe upper right x of image rectangle.
upperRightYfloatThe upper right y of image rectangle.
compositingParametersconst System::SharedPtr<CompositingParameters>&The graphics compositing parameters for the images.

ReturnValue

True if success false otherwise.

See Also