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