Class
DiagramPdfExportOptions

The Diagram PDF export options.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramPdfExportOptions

Inheritance: objectDiagramPdfExportOptions

Constructors

DiagramPdfExportOptions()

Declaration

cs-api-definition
public DiagramPdfExportOptions()

Properties

Author

The author (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Author { get; set; }

Property Value

string

Creator

The creator (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Creator { get; set; }

Property Value

string

Date

The date when the PDF document is created.

Declaration

cs-api-definition
public DateTime? Date { get; set; }

Property Value

DateTime?

ImageDpi

The forced resolution of images, including SVGs, in the exported PDF document By default, the images are exported at their native resolution.

Declaration

cs-api-definition
[JsonPropertyName("imgDPI")]
public int? ImageDpi { get; set; }

Property Value

int?

Keywords

The keywords (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Keywords { get; set; }

Property Value

string

Landscape

A flag which indicates if the page will be in a landscape orientation. By default, the page is in a portrait orientation.

Declaration

cs-api-definition
public bool? Landscape { get; set; }

Property Value

bool?

Margin

Specifies the margins of the page. The supported units are "mm", "cm","in", and "pt".

Declaration

cs-api-definition
public string? Margin { get; set; }

Property Value

string

MultiPage

A flag indicating whether to export the child groups as separate pages.

Declaration

cs-api-definition
public bool? MultiPage { get; set; }

Property Value

bool?

PaperSize

Specifies the paper size of the PDF document The supported values are:

  • A predefined size. The supported paper sizes are: A0-A10, B0-B10, C0-C10, Executive, Folio, Legal, Letter, Tabloid.

Declaration

cs-api-definition
public string? PaperSize { get; set; }

Property Value

string

Producer

The producer (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Producer { get; set; }

Property Value

string

Subject

The subject (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Subject { get; set; }

Property Value

string

Title

The title (metadata) of the PDF document.

Declaration

cs-api-definition
public string? Title { get; set; }

Property Value

string