'Declaration <DefaultValueAttribute(False)> Public Property IgnoreImageInterpolateFlag As Boolean
[DefaultValue(False)] public bool IgnoreImageInterpolateFlag { get; set; }
[DefaultValue(False)] public: __property bool get_IgnoreImageInterpolateFlag(); public: __property void set_IgnoreImageInterpolateFlag(
bool value
);
Property Value
True - image interpolation flag must be ignored, interpolation is used always;
False - usage of image interpolation depends from Interpolate flag.
Default value is false.
False - usage of image interpolation depends from Interpolate flag.
Default value is false.