PdfClearContentOptions.ClearAnnotations Property
In This Article
Gets or sets whether to clear annotations.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#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