A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFDocument
CPDFDocument Class
CPDFDocument Methods
AddBates Method
AddBookmark Method
AddHeaderFooter Method
AddTable Method
ApplyRedaction Method
BookmarkForPageIndex Method
CheckOwnerPassword Method
CompressFile_Cancel Method
CompressFile_Init Method
CompressFile_Start Method
CreateDocument Method
Decrypt Method
DeleteBates Method
DeleteHeaderFooter Method
DeleteWatermarks Method
EditBookmark Method
Encrypt Method
ExchangePage Method
ExportAnnotationToXFDFPath Method
ExtractImage Method
GetBackground Method
GetBates Method
GetBookmarkList Method
GetEncryptAlgorithm Method
GetFontSubsetFailedResult Method
GetHeaderFooter Method
GetInfo Method
GetLanguage Method
GetOptimizeOption Method
GetOutlineList Method
GetOutlineRoot Method
GetPageSize Method
GetPDFStandardType Method
GetPDFType Method
GetPermissions Method
GetPermissionsInfo Method
GetSignatureList Method
GetWatermarkCount Method
ImportAnnotationFromXFDFPath Method
ImportPages Method
ImportPagesAtIndex Method
InitWatermark Method
InitWithBytes Method
InitWithFilePath Method
InitWithStream Method
InitWithUrl Method
InsertPage Method
IsImageDoc Method
IsValid Method
MergePages Method
MovePage Method
PageAtIndex Method
PdfToImage Method
PdfToText Method
Release Method
ReleaseOutlineList Method
ReleasePages Method
RemoveBookmark Method
RemovePages Method
RemoveSignature Method
RotatePage Method
SetInfo Method
SetLanguage Method
UnlockWithPassword Method
WriteFlattenToFilePath Method
WriteOptimizeToFilePath Method
WritePDFAToFilePath Method
WriteSignatureToFilePath Method
WriteStandardPDFToFilePath Method
WriteToBytes Method
WriteToFilePath Method
WriteToLoadedPath Method
WriteToStream Method
CPDFDocument
AddBookmark Method
Adds bookmark
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.1.0+b8a973db4fce43f68ed31640e557d7c5478d7f58
Syntax
C#
Copy
public
bool
AddBookmark
(
CPDFBookmark
bookmark
)
Parameters
bookmark
Type:
ComPDFKit.PDFDocument
CPDFBookmark
Bookmark object
Return Value
Type:
Boolean
Returns true on success, false on failure
See Also
Reference
CPDFDocument Class
ComPDFKit.PDFDocument Namespace