dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SlideUpdateFromOptionsScreenshot Class
Screenshot options to use.
ArcGIS Maps SDK for JavaScript
public class SlideUpdateFromOptionsScreenshot :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SlideUpdateFromOptionsScreenshot>
Inheritance System.Object 🡒 SlideUpdateFromOptionsScreenshot
Implements System.IEquatable<SlideUpdateFromOptionsScreenshot>
Constructors
SlideUpdateFromOptionsScreenshot(string, Nullable, Nullable, Nullable) Constructor
Screenshot options to use.
ArcGIS Maps SDK for JavaScript
public SlideUpdateFromOptionsScreenshot(string? Format=null, System.Nullable<int> Height=null, System.Nullable<double> Quality=null, System.Nullable<int> Width=null);
Parameters
Format
System.String
The image format.
default png
ArcGIS Maps SDK for JavaScript
Height
System.Nullable<System.Int32>
The image height.
default 75
ArcGIS Maps SDK for JavaScript
Quality
System.Nullable<System.Double>
The image quality (due to compression).
default 80
ArcGIS Maps SDK for JavaScript
Width
System.Nullable<System.Int32>
The image width.
default 120
ArcGIS Maps SDK for JavaScript
Properties
SlideUpdateFromOptionsScreenshot.Format Property
The image format.
default png
ArcGIS Maps SDK for JavaScript
public string? Format { get; set; }
Property Value
SlideUpdateFromOptionsScreenshot.Height Property
The image height.
default 75
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Height { get; set; }
Property Value
SlideUpdateFromOptionsScreenshot.Quality Property
The image quality (due to compression).
default 80
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Quality { get; set; }
Property Value
System.Nullable<System.Double>
SlideUpdateFromOptionsScreenshot.Width Property
The image width.
default 120
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Width { get; set; }