Click or drag to resize

PDFViewCtrlSetHighlightFields Method

Enable or disable highlighting form fields. Default is disabled.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetHighlightFields(
	bool highlight_fields
)

Parameters

highlight_fields
Type: SystemBoolean
true to highlight, false otherwise.
See Also