Gets or sets a value indicating whether anti-aliasing is enabled during a load resize.
'Declaration
Public Property LoadResizeAntiAlias As Boolean
'Usage
Dim instance As LoadOptions
Dim value As Boolean
instance.LoadResizeAntiAlias = value
value = instance.LoadResizeAntiAlias
public bool LoadResizeAntiAlias {get; set;}
public: __property bool get_LoadResizeAntiAlias();
public: __property void set_LoadResizeAntiAlias(
bool value
);
public:
property bool LoadResizeAntiAlias {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true if anti-alias enabled during a load resize; otherwise,
false.