Click or drag to resize

IAnnotSetFlag Method

Sets the value of given Flag.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
void SetFlag(
	AnnotFlag flag,
	bool value
)

Parameters

flag
Type: pdftron.PDFAnnotFlag
The Flag property to modify.
value
Type: SystemBoolean
The new value for the property.
See Also