Aspose::Pdf::ImagePlacement::Save method

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

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

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

See Also

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

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

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

See Also