Back to Devexpress

PdfViewer.HighlightFormFields Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-aa0fba96.md

latest1.1 KB
Original Source

PdfViewer.HighlightFormFields Property

Gets or sets whether to highlight form fields. This is a bindable property.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public bool HighlightFormFields { get; set; }

Property Value

TypeDescription
Boolean

true to highlight fields; otherwise, false.

|

Remarks

Use the FormFieldHighlightColor property to specify the highlight color.

For more information about interactive fields, refer to the following help topic: Fill in Interactive Forms in DevExpress PDF Viewer for .NET MAUI.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace