VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Description("Comment sets the parent state.")]
    [Category("Data")]
    public: __property bool get_IsState();
    
    
    
    [Description("Comment sets the parent state.")]
    [Category("Data")]
    public:
    property bool IsState { bool get(); }

    Property Value

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

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

    See Also