Click or drag to resize

PdfTextAnnotationIsOpen Property

Gets or sets a flag specifying whether the annotation should initially be displayed open.

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool IsOpen { get; set; }

Property Value

Boolean
Remarks
Default value: false (closed).
See Also