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

TdxPDFCustomViewer.OptionsLockedStateImage Property

Specifies display settings for a “Locked View“ image.

#Declaration

Delphi
property OptionsLockedStateImage: TdxPDFViewerLockedStateImageOptions read; write;

#Property Value

Type
TdxPDFViewerLockedStateImageOptions

#Remarks

The PDF Viewer control automatically displays the “Locked View” image during load document operations. By default, the “Locked View” is indistinguishable from the normal control appearance. Set the OptionsLockedStateImage.ShowText property to True to display the default or custom text message on top of the control and/or use the OptionsLockedStateImage.Effect property to darken or lighten the image depicting the current control’s content. Refer to the TdxPDFViewerLockedStateImageOptions class description for the full list of the “Locked View” appearance settings.

Note

To custom paint the “Locked View” image, handle the OnPrepareLockedStateImage event.

See Also