GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

PrintResult Class

The result of a print operation.

public class PrintResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.PrintResult>

Inheritance System.Object 🡒 PrintResult

Implements System.IEquatable<PrintResult>

Constructors

PrintResult(string) Constructor

The result of a print operation.

public PrintResult(string Url);

Parameters

Url System.String

URL to the exported printout.

Properties

PrintResult.Url Property

URL to the exported printout.

public string Url { get; set; }

Property Value

System.String