Aspose::Pdf::ImagePlacement::Save method

ImagePlacement::Save(const System::SharedPtr<System::IO::Stream>&) method

Saves image with corresponding transformations: scaling, rotation and resolution.

void Aspose::Pdf::ImagePlacement::Save(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream where image will be saved

See Also

ImagePlacement::Save(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method

Saves image with corresponding transformations: scaling, rotation and resolution.

void Aspose::Pdf::ImagePlacement::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParameterTypeDescription
streamconst System::SharedPtr<System::IO::Stream>&Stream where image will be saved
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Format which will be used for image enconding. ImageFormat

See Also