RasterRendererSaveMultipageTiff Method (String, Int32, Int32, Int32, Int32)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Renders PDF document page range to multi-page TIFF file.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public void SaveMultipageTiff( string destFileName, int startPageIndex, int endPageIndex, int width, int height )
Parameters
- destFileName
- Type: SystemString
Destination file name. - startPageIndex
- Type: SystemInt32
Start page index. - endPageIndex
- Type: SystemInt32
End page index. - width
- Type: SystemInt32
Width of the output image in pixels. Use -1 to calculate the width from height keeping the aspect ratio. - height
- Type: SystemInt32
Height of the output image in pixels. Use -1 to calculate the height from width keeping the aspect ratio.
Implements
IRasterRendererSaveMultipageTiff(String, Int32, Int32, Int32, Int32)See Also