Click or drag to resize

WidgetGetFlag Method

Gets the flag.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetFlag(
	AnnotFlag flag
)

Parameters

flag
Type: pdftron.PDFAnnotFlag
The Flag property to query.

Return Value

Type: Boolean
The value of given Flag

Implements

IAnnotGetFlag(AnnotFlag)
See Also