PdfARenderer Methods |
The PdfARenderer type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LLBeginDoc | (Overrides PdfRendererLLBeginDoc(PdfGeneratedDocument).) | |
LLBeginPage |
Low Level the begin page.
(Inherited from PdfRenderer.) | |
LLEndDoc | (Overrides PdfRendererLLEndDoc(PdfGeneratedDocument).) | |
LLEndPage |
This method represents the Low-Level implementation of EndPage. A subclass of DocumentRenderer would implement this
method to do any processing to finish up after a page has been rendered. For example, a particular instance might need to
remove temporary files created earlier. The default implementation does nothing.
(Inherited from PdfRenderer.) | |
LLGenerate | (Overrides PdfRendererLLGenerate(PdfGeneratedDocument, BasePage, PdfPageRenderer).) | |
MakePageRenderer |
Makes the page renderer.
(Inherited from PdfRenderer.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDocumentProgress |
Raises the [E:DocumentProgress] event.
(Inherited from DocumentRenderer.) | |
OnStreamlessFontFound | ||
PreprocessPageResources | (Overrides PdfRendererPreprocessPageResources(PdfPageRenderer, PdfGeneratedPage).) | |
Render(PdfGeneratedDocument) |
Renders the entire PdfGeneratedDocument.
(Inherited from DocumentRenderer.) | |
Render(PdfGeneratedDocument, ICollectionBasePage) |
Renders a subset of pages from the specified document. This method is intended to allow the rendering of a subset
of pages from a document. If pages is an empty enumeration, the output is undefined.
(Inherited from DocumentRenderer.) | |
RenderBookmarkTree | (Inherited from PdfRenderer.) | |
RenderForm | (Overrides PdfRendererRenderForm(PdfGeneratedDocument, Boolean).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |