RenderAsMultipageTIFFToFile

Image handling, Rendering and printing

Popis

Vykreslí zadané stránky z vybraného dokumentu do vícestránkového souboru TIFF

ImageOptions 1, TIFF (G4) output, is only available on Windows Vista and Windows Server 2008 and later.

Syntaxe

Delphi

Function TPDFlib.RenderAsMultipageTIFFToFile(DPI: Double; Const PageRanges: WideString; ImageOptions, OutputOptions: Integer; Const FileName: WideString): Integer;

ActiveX

Function PDFlib::RenderAsMultipageTIFFToFile(DPI As Double, PageRanges As String, ImageOptions As Long, OutputOptions As Long, FileName As String) As Long

DLL

int DLRenderAsMultipageTIFFToFile(int InstanceID, double DPI, const wchar_t * PageRanges, int ImageOptions, int OutputOptions, const wchar_t * FileName);

Parametry

DPIRozlišení DPI pro vykreslení stránek
PageRangesA list of pages to render, for example "5-10,3,12".
ImageOptions0=24-bit RGB TIFF 1=1-bit G4 TIFF
OutputOptionsReserved for future use, should be set to 0.
FileNameNázev a cesta vytvářeného TIFF souboru

Return values

0Neplatné parametry nebo soubor nelze vytvořit. Vícestránkový TIFF byl úspěšně vytvořen
1