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

PdfConverter::SaveAsTIFFClassF(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(System::SharedPtr<System::IO::Stream> outputStream)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.

See Also

PdfConverter::SaveAsTIFFClassF(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(System::SharedPtr<System::IO::Stream> outputStream, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputStreamSystem::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(System::SharedPtr<System::IO::Stream>, 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(System::SharedPtr<System::IO::Stream> outputStream, System::SharedPtr<PageSize> pageSize)
ParameterTypeDescription
outputStreamSystem::SharedPtr<System::IO::Stream>The stream to save the TIFF image.
pageSizeSystem::SharedPtr<PageSize>The page size of the image.

See Also

PdfConverter::SaveAsTIFFClassF(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(System::String outputFile)
ParameterTypeDescription
outputFileSystem::StringThe stream to save the TIFF image.

See Also

PdfConverter::SaveAsTIFFClassF(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(System::String outputFile, int32_t imageWidth, int32_t imageHeight)
ParameterTypeDescription
outputFileSystem::StringThe 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(System::String, 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(System::String outputFile, System::SharedPtr<PageSize> pageSize)
ParameterTypeDescription
outputFileSystem::StringThe stream to save the TIFF image.
pageSizeSystem::SharedPtr<PageSize>The page size of the image.

See Also