Gets the page with which this widget is associated.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPage Owner { get; }
VB
Public ReadOnly Property Owner As PdfPage
Get
Property Value
Type:
PdfPageThe page with which this widget is associated.
See Also