dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
MapImageLayerSaveOptions Class
public record MapImageLayerSaveOptions : System.IEquatable<dymaptic.GeoBlazor.Core.Options.MapImageLayerSaveOptions>
Inheritance System.Object 🡒 MapImageLayerSaveOptions
Implements System.IEquatable<MapImageLayerSaveOptions>
Constructors
MapImageLayerSaveOptions(Nullable) Constructor
public MapImageLayerSaveOptions(System.Nullable<bool> IgnoreUnsupported=null);
Parameters
IgnoreUnsupported
System.Nullable<System.Boolean>
Properties
MapImageLayerSaveOptions.IgnoreUnsupported Property
public System.Nullable<bool> IgnoreUnsupported { get; set; }