Click or drag to resize

DocumentAppendingEventArgs.IncludeBookmarks Property

Gets or sets a value indicating whether the bookmarks in the DataToAppend or DocumentToAppend should be included in the document.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public bool IncludeBookmarks { get; set; }

Property Value

Type: Boolean
Whether the server should include the bookmarks in the DataToAppend or DocumentToAppend. The default value is false.
Remarks

Setting this property to true will undo all existing bookmark changes and merge the original bookmarks of this PdfDocument and those in the DataToAppend or DocumentToAppend.

Setting this property to false will instruct RAD PDF to ignore all bookmarks in the DataToAppend or DocumentToAppend.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!