VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationData Class / IsInitializing Property
Syntax Requirements SeeAlso
In This Topic
    IsInitializing Property (AnnotationData)
    In This Topic
    Gets a value indicating whether the annotation data is initializing.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property IsInitializing As Boolean
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public bool IsInitializing { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property bool get_IsInitializing();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property bool IsInitializing { bool get(); }

    Property Value

    true - annotation data is initializing; false - annotation data is not initializing.
    Requirements

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

    See Also