'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether annotations are attached to the image.")> Public Property AreAnnotationsAttachedToTheImage As Boolean
[DefaultValue(False)] [Description("A value indicating whether annotations are attached to the image.")] public bool AreAnnotationsAttachedToTheImage { get; set; }
[DefaultValue(False)] [Description("A value indicating whether annotations are attached to the image.")] public: __property bool get_AreAnnotationsAttachedToTheImage(); public: __property void set_AreAnnotationsAttachedToTheImage(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether annotations are attached to the image.")] 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.