Click or drag to resize

PdfOutlineClosed Property

Gets or sets a value indicating whether this PdfOutline is closed.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool Closed { get; set; }

Property Value

Boolean
if PdfOutline is closed; otherwise, .
See Also