Skip to main content

PdfAnnotationBorder.IsDefault Property

Gets a value that defines whether the default appearance of the annotation border is drawn on the page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool IsDefault { get; }

Property Value

Type Description
Boolean

true, if the annotation border is drawn with the default appearance; otherwise, false.

See Also