BookmarkRemover Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents tool that remove bookmarks from PDF document.
Inheritance Hierarchy
Bytescout.PDFExtractorBookmarkRemover
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The BookmarkRemover type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BookmarkRemover | Initializes a new instance of the BookmarkRemover class. | |
| BookmarkRemover(String, String) | Initializes a new instance of the BookmarkRemover class. |
Properties
| Name | Description | |
|---|---|---|
| CheckPermissions | Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. | |
| LicenseInfo | Gets license information. | |
| RegistrationKey | Registration key. | |
| RegistrationName | Registration name. | |
| Version | Gets the component version number. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveBookmarks(Stream, Stream) | Removes bookmarks from PDF document. | |
| RemoveBookmarks(String, String) | Removes bookmarks from PDF document. | |
| ToString | (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| PasswordRequired | Occurs when the password required to decrypt the document. |
See Also