Click or drag to resize

PdfMarkupAnnotationIsOpen Property

Gets or sets a value indicating whether this PdfMarkupAnnotation's Popup is open.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool IsOpen { get; set; }

Property Value

Type: Boolean
Remarks
This property propagates applicable values to this PdfMarkupAnnotation's Popup, a PdfPopupAnnotation.
See Also