TdxPDFViewerCustomObject.Viewer Property
Returns the PDF Viewer control instance to which this object belongs.
Declaration
property Viewer: TdxPDFCustomViewer read;
Property Value
Type |
---|
TdxPDFCustomViewer |
Remarks
Cast the property value to the TdxPDFViewer class to access all type-specific members that the control provides.
See Also