Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines PDF to raster image renderer interface.
Namespace: Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.1.4800-master
Syntax
The IRasterRenderer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ExtractionArea |
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.) |
![]() | ExtractionAreaRect |
Sets the extraction area by rectangle.
(Inherited from IBaseRenderer.) |
![]() | LicenseInfo |
Gets license information.
(Inherited from IBaseRenderer.) |
![]() | Password |
PDF document owner password.
(Inherited from IBaseRenderer.) |
![]() | RegistrationKey |
Registration key.
(Inherited from IBaseRenderer.) |
![]() | RegistrationName |
Registration name.
(Inherited from IBaseRenderer.) |
![]() | Version |
Gets the component version number.
(Inherited from IBaseRenderer.) |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from IDisposable.) |
![]() | GetImage(Int32, Single) |
Renders PDF document page to Image object.
|
![]() | GetImage(Int32, Int32, Int32) |
Renders PDF document page to Image object.
|
![]() | GetImage(Int32, Single, RenderingOptions) |
Renders PDF document page to Image object.
|
![]() | GetImage(Int32, Int32, Int32, RenderingOptions) |
Renders PDF document page to Image object.
|
![]() | GetPageCount |
Returns document page count.
(Inherited from IBaseRenderer.) |
![]() | GetPageRect_Height |
Gets the specified page height.
(Inherited from IBaseRenderer.) |
![]() | GetPageRect_Left |
Gets the specified page left coordinate.
(Inherited from IBaseRenderer.) |
![]() | GetPageRect_Top |
Gets the specified page top coordinate.
(Inherited from IBaseRenderer.) |
![]() | GetPageRect_Width |
Gets the specified page width.
(Inherited from IBaseRenderer.) |
![]() | GetPageRectangle(Int32) |
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).
(Inherited from IBaseRenderer.) |
![]() | GetPageRectangle(Int32, Boolean) |
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).
(Inherited from IBaseRenderer.) |
![]() | LoadDocumentFromFile |
Loads PDF document from specified file.
(Inherited from IBaseRenderer.) |
![]() | LoadDocumentFromStream |
Loads PDF document from provided stream.
(Inherited from IBaseRenderer.) |
![]() | Reset |
Resets the instance, disposes internal resources and releases the file.
Use this method before loading another PDF file.
(Inherited from IBaseRenderer.) |
![]() | ResetExtractionArea |
Resets the extraction area to full page.
(Inherited from IBaseRenderer.) |
![]() | Save(Stream, RasterImageFormat, Int32, Single) |
Renders PDF document page as image file in specified format to stream.
|
![]() | Save(String, RasterImageFormat, Int32, Single) |
Renders PDF document page to image file in specified format.
|
![]() | Save(Stream, RasterImageFormat, Int32, Int32, Int32) |
Renders PDF document page as image file in specified format to stream.
|
![]() | Save(Stream, RasterImageFormat, Int32, Single, RenderingOptions) |
Renders PDF document page as image file in specified format to stream.
|
![]() | Save(String, RasterImageFormat, Int32, Int32, Int32) |
Renders PDF document page to image file in specified format.
|
![]() | Save(String, RasterImageFormat, Int32, Single, RenderingOptions) |
Renders PDF document page to image file in specified format.
|
![]() | Save(Stream, RasterImageFormat, Int32, Int32, Int32, RenderingOptions) |
Renders PDF document page as image file in specified format to stream.
|
![]() | Save(String, RasterImageFormat, Int32, Int32, Int32, RenderingOptions) |
Renders PDF document page to image file in specified format.
|
![]() | SaveMultipageTiff(Stream, Int32, Int32, Single) |
Renders PDF document page range as multi-page TIFF file to stream.
|
![]() | SaveMultipageTiff(String, Int32, Int32, Single) |
Renders PDF document page range to multi-page TIFF file.
|
![]() | SaveMultipageTiff(Stream, Int32, Int32, Int32, Int32) |
Renders PDF document page range as multi-page TIFF file to stream.
|
![]() | SaveMultipageTiff(Stream, Int32, Int32, Single, RenderingOptions) |
Renders PDF document page range as multi-page TIFF file to stream.
|
![]() | SaveMultipageTiff(String, Int32, Int32, Int32, Int32) |
Renders PDF document page range to multi-page TIFF file.
|
![]() | SaveMultipageTiff(String, Int32, Int32, Single, RenderingOptions) |
Renders PDF document page range to multi-page TIFF file.
|
![]() | SaveMultipageTiff(Stream, Int32, Int32, Int32, Int32, RenderingOptions) |
Renders PDF document page range as multi-page TIFF file to stream.
|
![]() | SaveMultipageTiff(String, Int32, Int32, Int32, Int32, RenderingOptions) |
Renders PDF document page range to multi-page TIFF file.
|
![]() | SetExtractionArea(RectangleF) |
Sets the extraction area by rectangle.
(Inherited from IBaseRenderer.) |
![]() | SetExtractionArea(Double, Double, Double, Double) |
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.) |
![]() | SetExtractionArea(Single, Single, Single, Single) |
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.) |
Events
Name | Description | |
---|---|---|
![]() | ParsingError |
Raised on PDF document parsing errors. This usually indicates a damaged document.
(Inherited from IBaseRenderer.) |
![]() | PasswordRequired |
Occurs when the password required to decrypt the document.
(Inherited from IBaseRenderer.) |
![]() | ProgressChanged |
Raised for each reported progress value. Allows to cancel the processing.
(Inherited from IBaseRenderer.) |
See Also