PdfViewerControl.CreateTiff Method
Name | Parameters | Description |
---|---|---|
Create |
stream, page |
Exports a PDF document to a TIFF image using a stream, page numbers and predefined resolution. |
Create |
stream, largest |
Exports a PDF document to a TIFF image using the document’s stream, the image’s largest edge length and page numbers. |
Create |
stream, largest |
Exports a PDF document to a TIFF image using the document’s stream and the image’s largest edge length. |
Create |
file |
Exports a PDF document to a TIFF image using a file, page numbers and predefined resolution. |
Create |
file |
Exports a PDF document to a TIFF image using the document’s file path, the image’s largest edge length and page numbers. |
Create |
file |
Exports a PDF document to a TIFF image using the document’s file path and the image’s largest edge length. |