dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SlideThumbnail Class
A data URI encoded thumbnail.
ArcGIS Maps SDK for JavaScript
public class SlideThumbnail :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SlideThumbnail>
Inheritance System.Object 🡒 SlideThumbnail
Implements System.IEquatable<SlideThumbnail>
Constructors
SlideThumbnail(string) Constructor
A data URI encoded thumbnail.
ArcGIS Maps SDK for JavaScript
public SlideThumbnail(string? Url=null);
Parameters
Url
System.String
The URI pointing to the thumbnail image representing the slide.
ArcGIS Maps SDK for JavaScript
Properties
SlideThumbnail.Url Property
The URI pointing to the thumbnail image representing the slide.
ArcGIS Maps SDK for JavaScript
public string? Url { get; set; }