GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
PrintTemplateExportOptions Class
Define the map width, height and dpi.
ArcGIS Maps SDK for JavaScript
public class PrintTemplateExportOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.PrintTemplateExportOptions>
Inheritance System.Object 🡒 PrintTemplateExportOptions
Implements System.IEquatable<PrintTemplateExportOptions>
Constructors
PrintTemplateExportOptions(Nullable, Nullable, Nullable) Constructor
Define the map width, height and dpi.
ArcGIS Maps SDK for JavaScript
public PrintTemplateExportOptions(System.Nullable<double> Dpi=null, System.Nullable<int> Height=null, System.Nullable<int> Width=null);
Parameters
Dpi
System.Nullable<System.Double>
Resolution in dots per inch.
ArcGIS Maps SDK for JavaScript
Height
System.Nullable<System.Int32>
Map height.
ArcGIS Maps SDK for JavaScript
Width
System.Nullable<System.Int32>
Map width.
ArcGIS Maps SDK for JavaScript
Properties
PrintTemplateExportOptions.Dpi Property
Resolution in dots per inch.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Dpi { get; set; }
Property Value
System.Nullable<System.Double>
PrintTemplateExportOptions.Height Property
Map height.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Height { get; set; }
Property Value
PrintTemplateExportOptions.Width Property
Map width.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> Width { get; set; }