Aspose::Pdf::ImagePlacement::Save metod

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

Sparar bilden med motsvarande transformationer: skalning, rotation och upplösning.

void Aspose::Pdf::ImagePlacement::Save(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Ström där bilden kommer att sparas

Se även

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

Sparar bilden med motsvarande transformationer: skalning, rotation och upplösning.

void Aspose::Pdf::ImagePlacement::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Ström där bilden kommer att sparas
formatconst System::SharedPtr<System::Drawing::Imaging::ImageFormat>&Format som kommer att användas för bildkodning. ImageFormat

Se även