VectorRenderer 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 VectorRenderer 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.) | |
| GetMetafile(Int32, Single) |  Renders document page to Metafile.  | |
| GetMetafile(Int32, Int32, Int32) |  Renders document page to Metafile.  | |
| GetMetafile(Int32, Single, RenderingOptions) |  Renders document page to Metafile.  | |
| GetMetafile(Int32, Int32, Int32, RenderingOptions) |  Renders document page to Metafile.  | |
| 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, Int32, Single) |  Renders document page to stream.  | |
| Save(String, Int32, Single) |  Renders document page to EMF file.  | |
| Save(Stream, Int32, Int32, Int32) |  Renders document page to stream.  | |
| Save(Stream, Int32, Single, RenderingOptions) |  Renders document page to stream.  | |
| Save(String, Int32, Int32, Int32) |  Renders document page to EMF file.  | |
| Save(String, Int32, Single, RenderingOptions) |  Renders document page to EMF file.  | |
| Save(Stream, Int32, Int32, Int32, RenderingOptions) |  Renders document page to stream.  | |
| Save(String, Int32, Int32, Int32, RenderingOptions) |  Renders document page to EMF 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