Click or drag to resize

PDFDrawSetHighlightFields Method

Enables or disables highlighting form fields. Default is disabled.

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

Parameters

highlightFields
Type: SystemBoolean
Whether to highlight fields or not.
See Also