'Declaration <DefaultValueAttribute(True)> Public Overridable Property DrawSharpImageBorders As Boolean
[DefaultValue(True)] public virtual bool DrawSharpImageBorders { get; set; }
[DefaultValue(True)] public: __property virtual bool get_DrawSharpImageBorders(); public: __property virtual void set_DrawSharpImageBorders(
bool value
);
Property Value
False - the SDK must NOT use special algorithm for drawing sharp image borders; True - the SDK must use special algorithm for drawing sharp image borders.
Default value is true.
Default value is true.