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