TdxPDFViewerOptionsPersistent.Viewer Property
Provides access to the PDF Viewer control to which the options set belongs.
Declaration
property Viewer: TdxPDFCustomViewer read;
Property Value
| Type | Description |
|---|---|
| TdxPDFCustomViewer | The parent PDF Viewer control. |
Remarks
The Viewer property’s getter casts the inherited Owner property to the TdxPDFCustomViewer class.
See Also