IVectorRenderer Interface
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
Defines the PDF to Vector image rendering interface.
Namespace:Bytescout.PDFRendererAssembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
The IVectorRenderer 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.) | |
| 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 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, 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 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