'Declaration <DescriptionAttribute("A value indicating whether the images should be printed with annotations.")> <DefaultValueAttribute(True)> Public Property PrintAnnotations As Boolean
[Description("A value indicating whether the images should be printed with annotations.")] [DefaultValue(True)] public bool PrintAnnotations { get; set; }
[Description("A value indicating whether the images should be printed with annotations.")] [DefaultValue(True)] public: __property bool get_PrintAnnotations(); public: __property void set_PrintAnnotations(
bool value
);
[Description("A value indicating whether the images should be printed with annotations.")] [DefaultValue(True)] public:
property bool PrintAnnotations { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.