Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerLockedStateImageOptions Class

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

#Declaration

Delphi
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