dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PrintTemplateService Class
Template configuration for print services
public class PrintTemplateService :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PrintTemplateService>
Inheritance System.Object 🡒 PrintTemplateService
Implements System.IEquatable<PrintTemplateService>
Constructors
PrintTemplateService() Constructor
public PrintTemplateService();
Properties
PrintTemplateService.Format Property
Format of the output (e.g., PNG32, PDF)
public string? Format { get; set; }
Property Value
PrintTemplateService.Label Property
Display label for the template
public string? Label { get; set; }
Property Value
PrintTemplateService.Layout Property
Layout identifier for the template
public string? Layout { get; set; }
Property Value
PrintTemplateService.LayoutOptions Property
Additional layout options for printing
public dymaptic.GeoBlazor.Core.Model.PrintLayoutOptions? LayoutOptions { get; set; }