Link Search Menu Expand Document

BookmarkRemover Class

Represents tool that remove bookmarks from PDF document.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorBookmarkRemover

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class BookmarkRemover : IBookmarkRemover, 
	IDisposable

The BookmarkRemover type exposes the following members.

Constructors
NameDescription
Public methodBookmarkRemover
Initializes a new instance of the BookmarkRemover class.
Public methodBookmarkRemover(String, String)
Initializes a new instance of the BookmarkRemover class.
Top
Properties
NameDescription
Public propertyCheckPermissions
Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited.
Public propertyLicenseInfo
Gets license information.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyVersion
Gets the component version number.
Top
Methods
NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveBookmarks(Stream, Stream)
Removes bookmarks from PDF document.
Public methodRemoveBookmarks(String, String)
Removes bookmarks from PDF document.
Public methodToString (Inherited from Object.)
Top
Events
NameDescription
Public eventPasswordRequired
Occurs when the password required to decrypt the document.
Top
See Also

Reference