Aspose::Pdf::XImage::Save‑metod

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

Sparar bilddata till ström som JPEG-bild.

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

Se även

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

Sparar bilden till ström i önskat format.

void Aspose::Pdf::XImage::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

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

Sparar bilden till ström i önskat format med angiven upplösning.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t resolution)
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
resolutionint32_tImage upplösning

Se även

XImage::Save(const System::SharedPtr<System::IO::Stream>&, int32_t) method

Sparar bilddata till ström som JPEG-bild med angiven upplösning.

void Aspose::Pdf::XImage::Save(const System::SharedPtr<System::IO::Stream> &stream, int32_t resolution)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Ström där bilddata kommer att sparas.
resolutionint32_tImage upplösning

Se även