'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether image must be encoded using tiles.")> Public Property UseTiles As Boolean
[DefaultValue(False)] [Description("A value indicating whether image must be encoded using tiles.")] public bool UseTiles { get; set; }
[DefaultValue(False)] [Description("A value indicating whether image must be encoded using tiles.")] public: __property bool get_UseTiles(); public: __property void set_UseTiles(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether image must be encoded using tiles.")] public:
property bool UseTiles { bool get(); void set(bool value); }
Property Value
Default value is false.