Click or drag to resize

BookmarkIsValid Method

Indicates whether the Bookmark is valid (non-null).

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

Return Value

Type: Boolean
A Bookmark object equals to the specified Bookmark object

Return Value

Type: Boolean
true, if both Bookmark objects are equal, false otherwise.

Return Value

Type: Boolean
true, if both Bookmark objects are not equal, false otherwise

Return Value

Type: Boolean
true, 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