IVectorRenderer 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 IVectorRenderer type exposes the following members.
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.) |
See Also