'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 - любое изображение имеет коллекцию аннотаций; false - текущий AnnotationViewCollection используется для любого изображения.
Значение по умолчанию - true.
Значение по умолчанию - true.