Gets the flag.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetFlag(
FieldFlag flag
)
Public Function GetFlag (
flag As FieldFlag
) As Boolean
public:
virtual bool GetFlag(
[InAttribute] FieldFlag flag
) sealed
Parameters
- flag
- Type: pdftron.PDFFieldFlag
the flag
Return Value
Type:
Boolean the value of given field flag
See Also