BookmarkRemoverRemoveBookmarks Method (String, String)ByteScout PDF Extractor SDK
Removes bookmarks from PDF document.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public void RemoveBookmarks(
	string sourceDocument,
	string destinationDocument
)

Parameters

sourceDocument
Type: SystemString
Source PDF document file name to remove bookmarks.
destinationDocument
Type: SystemString
Output document file name.

Implements

IBookmarkRemoverRemoveBookmarks(String, String)
See Also

Reference