 | PdfViewerFormHighlightColor Property |
Gets or set the highlight color of the form fields in the document.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxpublic Color FormHighlightColor { get; set; }
Public Property FormHighlightColor As Color
Get
Set
public:
property Color FormHighlightColor {
Color get ();
void set (Color value);
}
member FormHighlightColor : Color with get, set
/** @property */
public Color get_FormHighlightColor()
/** @property */
public void set_FormHighlightColor(Color value)
function get_FormHighlightColor();
function set_FormHighlightColor(value);
Property Value
Type:
Color
See Also