RasterRenderer Methods
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
The RasterRenderer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateProfile(String, RenderingOptions, Boolean, Boolean, Boolean) | Creates JSON profile will all extractor properties with current values. (Inherited from BaseRenderer.) | |
| CreateProfile(String, String, RenderingOptions, Boolean, Boolean, Boolean) | Creates JSON profile will all extractor properties with current values. (Inherited from BaseRenderer.) | |
| Dispose | Releases the unmanaged resources used by the instance and optionally releases the managed resources. (Inherited from BaseRenderer.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FireParsingError | (Inherited from BaseRenderer.) | |
| FireProgressChanged | (Inherited from BaseRenderer.) | |
| GetHashCode | (Inherited from Object.) | |
| 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 BaseRenderer.) | |
| GetPageRect_Height | Gets the specified page height. (Inherited from BaseRenderer.) | |
| GetPageRect_Left | Gets the specified page left coordinate. (Inherited from BaseRenderer.) | |
| GetPageRect_Top | Gets the specified page top coordinate. (Inherited from BaseRenderer.) | |
| GetPageRect_Width | Gets the specified page width. (Inherited from BaseRenderer.) | |
| GetPageRectangle(Int32) | Gets the page rectangle in PDF Points (1 Point = 1/72 in.). (Inherited from BaseRenderer.) | |
| GetPageRectangle(Int32, Boolean) | Gets the page rectangle in PDF Points (1 Point = 1/72 in.). (Inherited from BaseRenderer.) | |
| GetType | (Inherited from Object.) | |
| LoadAndApplyProfiles | Loads profiles from JSON string and automatically applies them. Note that profiles containing detection keywords will be deferred until the extraction. (Inherited from BaseRenderer.) | |
| LoadDocumentFromFile | Loads PDF document from specified file. (Inherited from BaseRenderer.) | |
| LoadDocumentFromStream | Loads PDF document from provided stream. (Inherited from BaseRenderer.) | |
| LoadProfiles | Loads profiles from JSON file. (Inherited from BaseRenderer.) | |
| LoadProfilesFromString | Loads profiles from JSON string. (Inherited from BaseRenderer.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Reset | Resets the instance, disposes internal resources and releases the file. Use this method before loading another PDF file. (Inherited from BaseRenderer.) | |
| ResetExtractionArea | Resets the extraction area to full page. (Inherited from BaseRenderer.) | |
| 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 BaseRenderer.) | |
| SetExtractionArea(Double, Double, Double, Double) | (Inherited from BaseRenderer.) | |
| SetExtractionArea(Single, Single, Single, Single) | Sets the extraction area by coordinates and dimensions. (Inherited from BaseRenderer.) | |
| ToString | (Inherited from Object.) |
See Also