VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / AreAnnotationsAttachedToTheImage Property
Syntax Requirements SeeAlso
In This Topic
    AreAnnotationsAttachedToTheImage Property (WpfImageMeasureTool)
    In This Topic
    Gets or sets a value indicating whether annotations are attached to the image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether annotations are attached to the image.")>
    <DefaultValueAttribute(False)>
    Public Property AreAnnotationsAttachedToTheImage As Boolean
    
    
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public bool AreAnnotationsAttachedToTheImage { get; set; }
    
    
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public: __property bool get_AreAnnotationsAttachedToTheImage();
    public: __property void set_AreAnnotationsAttachedToTheImage(
    bool value
    );
    [Description("A value indicating whether annotations are attached to the image.")]
    [DefaultValue(False)]
    public:
    property bool AreAnnotationsAttachedToTheImage { bool get(); void set(bool value); }

    Property Value

    True - any image has annotation collection; false - current AnnotationViewCollection is used for any image.
    Default value is true.
    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