| PdfControlHiglightingMode Property |
Gets or sets the highlight mode for the control.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FormHighlightingMode HiglightingMode { get; set; }
Public Property HiglightingMode As FormHighlightingMode
Get
Set
public:
property FormHighlightingMode HiglightingMode {
FormHighlightingMode get ();
void set (FormHighlightingMode value);
}
member HiglightingMode : FormHighlightingMode with get, set
/** @property */
public FormHighlightingMode get_HiglightingMode()
/** @property */
public void set_HiglightingMode(FormHighlightingMode value)
function get_HiglightingMode();
function set_HiglightingMode(value);
Property Value
FormHighlightingMode
After changing this property, you must call the
ResetAppearance method for the changes to take effect.
See Also