Checks if this NameTree is valid.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsValid As Boolean
public:
virtual bool IsValid() sealed
Return Value
Type:
Boolean
Whether this is a valid (non-null) NameTree. If the function returns false the underlying SDF/Cos object
is null and the NameTree object should be treated as null as well.
See Also