Skip to main content

TdxPDFViewerLockedStateImageOptions Class

Stores the PDF Viewer control’s “Locked View” appearance settings.

Declaration

TdxPDFViewerLockedStateImageOptions = class(
    TcxLockedStateImageOptions
)

Remarks

The PDF Viewer control can optionally display a “Locked View” image while loading large document files urging end-users to wait until the time-consuming operation is complete. A “Locked View” is actually a normal, darkened, or lightened image of the control at the moment when the document load operation was initiated. Additionally, you can also display a custom message within a message box over the “Locked View” image.

The TdxPDFViewerLockedStateImageOptions class does not introduce any new public members; it only publishes properties that the ancestor class provides. Refer to the TcxLockedStateImageOptions class description for detailed information on individual “Locked View” image settings.

The PDF Viewer control’s OptionsLockedStateImage property references a TdxPDFViewerLockedStateImageOptions object.

Inheritance

TObject
TPersistent
TcxLockedStateImageOptions
TdxPDFViewerLockedStateImageOptions
See Also