Skip to main content

PdfPopupAnnotation.Open Property

Gets the value that indicates whether the popup annotation is opened on the page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public bool Open { get; }

Property Value

Type Description
Boolean

true if the popup annotation is opened on the page; otherwise false.

See Also