Aspose::Pdf::Facades::PdfConverter::GetNextImage method
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&) method
Saves image to stream with default image format - jpeg.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&) method
Saves image to stream with given page size.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Saves image to stream with given page size.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method
Saves image to stream with given page size, image format and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Typedef SharedPtr
- Class Stream
- Class PageSize
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Saves image to stream with given image format.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, double, double, int32_t) method
Saves image to stream with the givin image format, size and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, double imageWidth, double imageHeight, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | double | The image width, the unit is pixel. |
| imageHeight | double | The image height, the unit is pixel. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t) method
Saves image to stream with the givin image format, size and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t, int32_t) method
Saves image to stream with the givin image format, dimensions and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method
Saves image to stream with given image format and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::SharedPtr<System::IO::Stream> &outputStream, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Typedef SharedPtr
- Class Stream
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&) method
Saves image to file with default image format - jpeg.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
See Also
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&) method
Saves image to file with ith given page size and default image format - jpeg.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
See Also
- Class String
- Typedef SharedPtr
- Class PageSize
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Saves image to file with given page size and image format.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
See Also
- Class String
- Typedef SharedPtr
- Class PageSize
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<PageSize>&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method
Saves image to file with given page size, image format and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| pageSize | const System::SharedPtr<PageSize>& | The page size of the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Class String
- Typedef SharedPtr
- Class PageSize
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&) method
Saves image to file with the givin image format.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
See Also
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, double, double, int32_t) method
Saves image to file with the givin image format, image size, and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, double imageWidth, double imageHeight, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | double | The image width, the unit is pixels. |
| imageHeight | double | The image height, the unit is pixels.. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t) method
Saves image to file with the given image format and dimensions.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
See Also
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t, int32_t, int32_t) method
Saves image to file with the given image format, dimensions and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t imageWidth, int32_t imageHeight, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| imageWidth | int32_t | The image width, the unit is pixel. |
| imageHeight | int32_t | The image height, the unit is pixel. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::GetNextImage(const System::String&, const System::SharedPtr<System::Drawing::Imaging::ImageFormat>&, int32_t) method
Saves image to file with given image format and quality.
void Aspose::Pdf::Facades::PdfConverter::GetNextImage(const System::String &outputFile, const System::SharedPtr<System::Drawing::Imaging::ImageFormat> &format, int32_t quality)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The file path and name to save the image. |
| format | const System::SharedPtr<System::Drawing::Imaging::ImageFormat>& | The format of the image. |
| quality | int32_t | The Jpeg file’s quality (0~100), 0 is lowest and 100 is highest |
See Also
- Class String
- Typedef SharedPtr
- Class ImageFormat
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++