Skip to main content

TdxPDFCustomViewer.OptionsLockedStateImage Property

Specifies display settings for a “Locked View“ image.

Declaration

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