Click or drag to resize

WidgetIsValid Method

Checks if is valid.

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

Return Value

Type: Boolean
True if this is a valid (non-null) annotation, false otherwise. If the function returns false the underlying SDF/Cos object is null or is not valid and the annotation object should be treated as a null object.

Implements

IAnnotIsValid
See Also