Click or drag to resize

DocumentAppendingEventArgsIncludeBookmarks 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:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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