IBookmarkRemover Interface
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.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The IBookmarkRemover type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CheckPermissions | Defines whether respect permissions set by document owner. If True, the tool throws exception when the modification is prohibited. | |
| LicenseInfo | Gets license information. | |
| RegistrationKey | Registration key. | |
| RegistrationName | Registration name. | |
| Version | Gets the component version number. |
Methods
| Name | Description | |
|---|---|---|
| RemoveBookmarks(Stream, Stream) | Removes bookmarks from PDF document. | |
| RemoveBookmarks(String, String) | Removes bookmarks from PDF document. |
Events
| Name | Description | |
|---|---|---|
| PasswordRequired | Occurs when the password required to decrypt the document. |
See Also