TdxPDFCustomViewer.OptionsBehavior Property
Provides access to the PDF Viewer control’s core behavior and functionality settings.
Declaration
property OptionsBehavior: TdxPDFViewerOptionsBehavior read; write;
Property Value
Type |
---|
TdxPDFViewerOptionsBehavior |
Remarks
You can set the OptionsBehavior.RenderContentInBackground to True or False to enable or disable the asynchronous document page rendering. Refer to the TdxPDFViewerOptionsBehavior class description for detailed information on all available core behavior and functionality settings.
See Also