VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Comments Namespace / Comment Class / IsState Property
Syntax Requirements SeeAlso
In This Topic
IsState Property (Comment)
In This Topic
Gets a value indicating whether this comment sets the parent state.
Syntax
'Declaration

<DescriptionAttribute("Comment sets the parent state.")>
<CategoryAttribute("Data")>
Public ReadOnly Property IsState As Boolean

[Description("Comment sets the parent state.")]
[Category("Data")]
public bool IsState { get; }

Property Value

True if this comment is sets the parent state; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also