BandOrderFilterMaintainRasterFormat Property |
Gets or sets a value indicating whether to maintain the source raster's format after the filter is applied. When true, the source raster's format is maintained after swizzling.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax public bool MaintainRasterFormat { get; set; }
Public Property MaintainRasterFormat As Boolean
Get
Set
public:
property bool MaintainRasterFormat {
bool get ();
void set (bool value);
}
member MaintainRasterFormat : bool with get, set
Property Value
Type:
BooleanSee Also