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
| DPI | Rozlišení DPI pro vykreslení stránek |
|---|---|
| PageRanges | A list of pages to render, for example "5-10,3,12". |
| ImageOptions | 0=24-bit RGB TIFF 1=1-bit G4 TIFF |
| OutputOptions | Reserved for future use, should be set to 0. |
| FileName | Název a cesta vytvářeného TIFF souboru |
Return values
| 0 | Neplatné parametry nebo soubor nelze vytvořit. Vícestránkový TIFF byl úspěšně vytvořen |
|---|---|
| 1 |