THotPDF.SaveLoadedPagesToTiffStream

THotPDF

 

Top  Previous  Next

Saves the loaded pages to a stream as a multi-page TIFF

 

Delphi syntax:

function SaveLoadedPagesToTiffStream( Stream: TStream; const PageRange: string= ''; DPI: Integer= 150; Compress: boolean= True ): Integer;

 

Description

Saves the loaded pages to a stream as a multi-page TIFF

Similar to SaveLoadedPagesToTiff, but writes to a TStream

 

See also: THotPDF