'Declaration <DescriptionAttribute("A value indicating whether image must be encoded using strips.")> <DefaultValueAttribute(True)> Public Property UseStrips As Boolean
[Description("A value indicating whether image must be encoded using strips.")] [DefaultValue(True)] public bool UseStrips { get; set; }
[Description("A value indicating whether image must be encoded using strips.")] [DefaultValue(True)] public: __property bool get_UseStrips(); public: __property void set_UseStrips(
bool value
);
[Description("A value indicating whether image must be encoded using strips.")] [DefaultValue(True)] public:
property bool UseStrips { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.