The result of adding a PDF element to the renderer
            
Inheritance Hierarchy
WinnovativeAddElementResult
WinnovativeAddTextElementResult
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
The AddElementResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| EndPageBounds | 
            The bounds inside the page where the rendering of a page element ended.
            This information is useful for paged output of elements to continue adding new elements after this element
              | |
| EndPageIndex | 
            The index of the page where the rendering of a page element ended.
            This information is useful for paged output of elements to continue adding new elements after this element
              | |
| EndPdfPage | 
            The PDF page where the rendering of a page element ended.
            This information is useful for paged output of elements to continue adding new elements after this element
              | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
Fields
| Name | Description | |
|---|---|---|
| pageBounds | 
            The bounds inside the end page
              | |
| pageIndex | 
            The index of the PDF page where the rendering ends
              | |
| pdfPage | 
            The PDF page where the rendering ends
              | 
See Also