[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OptimizeDocumentOptions.DiscardOutlines

DiscardOutlines Property

DiscardOutlines

Gets or sets whether all outlines should be removed from the document.

When this property is set to true, the Outlines collection is cleared.

The default value is false.

Declaration
public bool DiscardOutlines { get; set; }
Public Property DiscardOutlines As Boolean