Link Search Menu Expand Document

IVectorRenderer Interface

Defines the PDF to Vector image rendering interface.

Namespace:Bytescout.PDFRenderer
Assembly: Bytescout.PDFRenderer (in Bytescout.PDFRenderer.dll) Version: 13.4.0.4759-master
Syntax
public interface IVectorRenderer : IBaseRenderer, 
	IDisposable

The IVectorRenderer type exposes the following members.

Properties
NameDescription
Public propertyExtractionArea
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.)
Public propertyExtractionAreaRect
Sets the extraction area by rectangle.
(Inherited from IBaseRenderer.)
Public propertyLicenseInfo
Gets license information.
(Inherited from IBaseRenderer.)
Public propertyPassword
PDF document owner password.
(Inherited from IBaseRenderer.)
Public propertyRegistrationKey
Registration key.
(Inherited from IBaseRenderer.)
Public propertyRegistrationName
Registration name.
(Inherited from IBaseRenderer.)
Public propertyVersion
Gets the component version number.
(Inherited from IBaseRenderer.)
Top
Methods
NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodGetMetafile(Int32, Single)
Renders document page to Metafile.
Public methodGetMetafile(Int32, Int32, Int32)
Renders document page to Metafile.
Public methodGetMetafile(Int32, Single, RenderingOptions)
Renders document page to Metafile.
Public methodGetMetafile(Int32, Int32, Int32, RenderingOptions)
Renders document page to Metafile.
Public methodGetPageCount
Returns document page count.
(Inherited from IBaseRenderer.)
Public methodGetPageRect_Height
Gets the specified page height.
(Inherited from IBaseRenderer.)
Public methodGetPageRect_Left
Gets the specified page left coordinate.
(Inherited from IBaseRenderer.)
Public methodGetPageRect_Top
Gets the specified page top coordinate.
(Inherited from IBaseRenderer.)
Public methodGetPageRect_Width
Gets the specified page width.
(Inherited from IBaseRenderer.)
Public methodGetPageRectangle(Int32)
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).
(Inherited from IBaseRenderer.)
Public methodGetPageRectangle(Int32, Boolean)
Gets the page rectangle in PDF Points (1 Point = 1/72 in.).
(Inherited from IBaseRenderer.)
Public methodLoadDocumentFromFile
Loads PDF document from specified file.
(Inherited from IBaseRenderer.)
Public methodLoadDocumentFromStream
Loads PDF document from provided stream.
(Inherited from IBaseRenderer.)
Public methodReset
Resets the instance, disposes internal resources and releases the file. Use this method before loading another PDF file.
(Inherited from IBaseRenderer.)
Public methodResetExtractionArea
Resets the extraction area to full page.
(Inherited from IBaseRenderer.)
Public methodSave(Stream, Int32, Single)
Renders document page to stream.
Public methodSave(String, Int32, Single)
Renders document page to EMF file.
Public methodSave(Stream, Int32, Int32, Int32)
Renders document page to stream.
Public methodSave(Stream, Int32, Single, RenderingOptions)
Renders document page to stream.
Public methodSave(String, Int32, Int32, Int32)
Renders document page to EMF file.
Public methodSave(String, Int32, Single, RenderingOptions)
Renders document page to EMF file.
Public methodSave(Stream, Int32, Int32, Int32, RenderingOptions)
Renders document page to stream.
Public methodSave(String, Int32, Int32, Int32, RenderingOptions)
Renders document page to EMF file.
Public methodSetExtractionArea(RectangleF)
Sets the extraction area by rectangle.
(Inherited from IBaseRenderer.)
Public methodSetExtractionArea(Double, Double, Double, Double)
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.)
Public methodSetExtractionArea(Single, Single, Single, Single)
Sets the extraction area by coordinates and dimensions.
(Inherited from IBaseRenderer.)
Top
Events
NameDescription
Public eventParsingError
Raised on PDF document parsing errors. This usually indicates a damaged document.
(Inherited from IBaseRenderer.)
Public eventPasswordRequired
Occurs when the password required to decrypt the document.
(Inherited from IBaseRenderer.)
Public eventProgressChanged
Raised for each reported progress value. Allows to cancel the processing.
(Inherited from IBaseRenderer.)
Top
See Also

Reference