GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

PrintExport Class

The printed export. ArcGIS Maps SDK for JavaScript

public class PrintExport : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 PrintExport

Constructors

PrintExport() Constructor

Parameterless constructor for use as a Razor Component.

public PrintExport();

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public PrintExport(dymaptic.GeoBlazor.Pro.Model.FileLink? link=null, dymaptic.GeoBlazor.Pro.Model.FileLink? promise=null);

Parameters

link FileLink

promise FileLink

Properties

public dymaptic.GeoBlazor.Pro.Model.FileLink? Link { get; set; }

Property Value

FileLink

PrintExport.Promise Property

public dymaptic.GeoBlazor.Pro.Model.FileLink? Promise { get; set; }

Property Value

FileLink

Methods

Asynchronously retrieve the current value of the Link property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Model.FileLink?> GetLink();

Returns

System.Threading.Tasks.Task<FileLink>

PrintExport.GetPromise() Method

Asynchronously retrieve the current value of the Promise property.

public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Pro.Model.FileLink?> GetPromise();

Returns

System.Threading.Tasks.Task<FileLink>

Asynchronously set the value of the Link property after render.

public System.Threading.Tasks.Task SetLink(dymaptic.GeoBlazor.Pro.Model.FileLink? value);

Parameters

value FileLink

The value to set.

Returns

System.Threading.Tasks.Task

Asynchronously set the value of the Promise property after render.

public System.Threading.Tasks.Task SetPromise(dymaptic.GeoBlazor.Pro.Model.FileLink? value);

Parameters

value FileLink

The value to set.

Returns

System.Threading.Tasks.Task