dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PrintTaskService Class
Service for print tasks to create printable maps
public class PrintTaskService :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PrintTaskService>
Inheritance System.Object 🡒 PrintTaskService
Implements System.IEquatable<PrintTaskService>
Constructors
PrintTaskService() Constructor
public PrintTaskService();
Properties
PrintTaskService.Templates Property
Available print templates
public System.Collections.Generic.List<dymaptic.GeoBlazor.Core.Model.PrintTemplateService>? Templates { get; set; }
Property Value
System.Collections.Generic.List<PrintTemplateService>
PrintTaskService.Url Property
URL for accessing the print task service
public string? Url { get; set; }