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

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.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