Skip to main content
All docs
V23.2

PdfClearContentOptions.ClearAnnotations Property

Gets or sets whether to clear annotations.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool ClearAnnotations { get; set; }

Property Value

Type Description
Boolean

true to remove annotations; otherwise, false.

Remarks

The PdfPageFacade.ClearContent method removes an entire annotation if annotation bounds intersect the cleared page area. Set the ClearAnnotations to false and pass the PdfClearContentOptions object as the ClearContent method parameter to keep annotations in cleared areas.

See Also