Back to Devexpress

PdfOptimizationOptions.RemoveBookmarkOutlines Property

officefileapi-devexpress-dot-pdf-dot-pdfoptimizationoptions-df798192.md

latest1.1 KB
Original Source

PdfOptimizationOptions.RemoveBookmarkOutlines Property

Gets or sets whether bookmark outlines are removed from the output PDF file during optimization.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool RemoveBookmarkOutlines { get; set; }
vb
Public Property RemoveBookmarkOutlines As Boolean

Property Value

TypeDescription
Boolean

true to remove bookmark outlines; otherwise false.

|

See Also

PdfOptimizationOptions Class

PdfOptimizationOptions Members

DevExpress.Pdf Namespace