Indicates whether the Bookmark is valid (non-null).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsValid As Boolean
public:
virtual bool IsValid() sealed
Return Value
Type:
BooleanA
Bookmark object equals to the specified
Bookmark object
Return Value
Type:
Booleantrue, if both
Bookmark objects are equal, false otherwise.
Return Value
Type:
Booleantrue, if both
Bookmark objects are not equal, false otherwise
Return Value
Type:
Booleantrue, if equals to the given object
Return Value
Type:
Boolean True if this is a valid (non-null) Bookmark; otherwise false.
Remarks If this method returns false the underlying SDF/Cos object is null and
the Bookmark object should be treated as null as well.
See Also