Aspose::Pdf::Facades::PdfConverter::SaveAsTIFFClassF method

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)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.

See Also

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)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.

See Also

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)
ParameterTypeDescription
outputStreamconst System::SharedPtr<System::IO::Stream>&The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.

See Also

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)
ParameterTypeDescription
outputFileconst System::String&The stream to save the TIFF image.

See Also

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)
ParameterTypeDescription
outputFileconst System::String&The stream to save the TIFF image.
pageSizeconst System::SharedPtr<PageSize>&The page size of the image.

See Also

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)
ParameterTypeDescription
outputFileconst System::String&The stream to save the TIFF image.
imageWidthint32_tThe image width, the unit is pixel.
imageHeightint32_tThe image height, the unit is pixel.

See Also