'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.
Default value is true.