Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.Core.dll

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