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