PdfPageRendererParentPageRenderer Property |
Gets or sets the parent page renderer (if any).
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfPageRenderer ParentPageRenderer { get; protected set; }
Public Property ParentPageRenderer As PdfPageRenderer
Get
Protected Set
Property Value
Type:
PdfPageRenderer
The parent page renderer.
Remarks
In some cases, a page renderer may need to create a child renderer for rendering content on page,
including
DrawingTemplate objects or annotations.
This method allows a child renderer to access its parent, if needed.
See Also