Gets an indicator if the underlying bookmark of this BookmarkContext object has been removed from the PDF document.
public bool Exists {get;}
public: __property bool get_Exists();
public:
property bool Exists {
bool get();
}
Property Value
A boolean value which is
true if the underlying bookmark has been removed from the PDF document. Otherwise,
false is used.