Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF method
Contents
[
Hide
]PdfConverter::SaveAsTIFFClassF(const System::SharedPtr<System::IO::Stream>&) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(const System::SharedPtr<System::IO::Stream> &outputStream)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF image. |
See Also
- Typedef SharedPtr
- Class Stream
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::SaveAsTIFFClassF(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<PageSize>&) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(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 TIFF 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::SaveAsTIFFClassF(const System::SharedPtr<System::IO::Stream>&, int32_t, int32_t) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(const System::SharedPtr<System::IO::Stream> &outputStream, int32_t imageWidth, int32_t imageHeight)
| Parameter | Type | Description |
|---|---|---|
| outputStream | const System::SharedPtr<System::IO::Stream>& | The stream to save the TIFF 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 PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::SaveAsTIFFClassF(const System::String&) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF file.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(const System::String &outputFile)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The stream to save the TIFF image. |
See Also
- Class String
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfConverter::SaveAsTIFFClassF(const System::String&, const System::SharedPtr<PageSize>&) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF file.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(const System::String &outputFile, const System::SharedPtr<PageSize> &pageSize)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The stream to save the TIFF 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::SaveAsTIFFClassF(const System::String&, int32_t, int32_t) method
Converts each pages of a pdf document to images and save images to a single TIFF ClassF file.
void Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF(const System::String &outputFile, int32_t imageWidth, int32_t imageHeight)
| Parameter | Type | Description |
|---|---|---|
| outputFile | const System::String& | The stream to save the TIFF 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
- Class PdfConverter
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++