Click or drag to resize
Pdf Library for .NET

PdfRenderingResult Class

The result of adding a pdf element to a pdf page or template.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfRenderingResult
    SelectPdfPdfTextElementRenderingResult

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfRenderingResult

The PdfRenderingResult type exposes the following members.

Properties
  NameDescription
Public propertyPdfPageLastIndex
The index of the pdf page where the rendering of the page element ended.
Public propertyPdfPageLastRectangle
The bounds inside the pdf page where the rendering of the page element ended.
Top
See Also