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

System.String

PrintTemplateService.Label Property

Display label for the template

public string? Label { get; set; }

Property Value

System.String

PrintTemplateService.Layout Property

Layout identifier for the template

public string? Layout { get; set; }

Property Value

System.String

PrintTemplateService.LayoutOptions Property

Additional layout options for printing

public dymaptic.GeoBlazor.Core.Model.PrintLayoutOptions? LayoutOptions { get; set; }

Property Value

PrintLayoutOptions