Back to Devexpress

TdxPDFViewerOptionsForm Class

vcl-dxpdfviewer-48b658bd.md

latest1.2 KB
Original Source

TdxPDFViewerOptionsForm Class

Stores interactive form settings.

Declaration

delphi
TdxPDFViewerOptionsForm = class(
    TdxPDFViewerOptionsPersistent
)

Remarks

The TdxPDFViewerOptionsForm class members allow you to do the following:

  • Allow users to edit interactive fields (AllowEdit).
  • Specify if the PDF Viewer control draws a focus rectangle for the focused interactive field (FocusRect).

The PDF Viewer control’s OptionsForm property references a TdxPDFViewerOptionsForm object.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxPDFViewerOptionsPersistent TdxPDFViewerOptionsForm

See Also

TdxPDFViewerOptionsForm Members

dxPDFViewer Unit