GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
CustomTemplate Class
Defines the custom layout template options used by the Print widget to generate the print page. ArcGIS Maps SDK for JavaScript
public record CustomTemplate : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.CustomTemplate>
Inheritance System.Object 🡒 CustomTemplate
Implements System.IEquatable<CustomTemplate>
Constructors
CustomTemplate(Nullable) Constructor
Defines the custom layout template options used by the Print widget to generate the print page. ArcGIS Maps SDK for JavaScript
public CustomTemplate(System.Nullable<dymaptic.GeoBlazor.Pro.Enums.PrintFormat> Format=null);
Parameters
Format
System.Nullable<PrintFormat>
The output format for the printed map. ArcGIS Maps SDK for JavaScript
Properties
CustomTemplate.Format Property
The output format for the printed map. ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.PrintFormat> Format { get; init; }