ClassDiagramPdfExportOptions
The Diagram PDF export options.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramPdfExportOptions
Inheritance: objectDiagramPdfExportOptions
Constructors
DiagramPdfExportOptions()
Declaration
public DiagramPdfExportOptions()
Properties
Author
The author (metadata) of the PDF document.
Creator
The creator (metadata) of the PDF document.
Date
The date when the PDF document is created.
ImageDpi
The forced resolution of images, including SVGs, in the exported PDF document By default, the images are exported at their native resolution.
Declaration
[JsonPropertyName("imgDPI")]
public int? ImageDpi { get; set; }
Property Value
int?
Keywords
The keywords (metadata) of the PDF document.
Landscape
A flag which indicates if the page will be in a landscape orientation. By default, the page is in a portrait orientation.
Margin
Specifies the margins of the page. The supported units are "mm", "cm","in", and "pt".
MultiPage
A flag indicating whether to export the child groups as separate pages.
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.
Producer
The producer (metadata) of the PDF document.
Subject
The subject (metadata) of the PDF document.