Class PrintToPDFCommandSettings
PrintToPDF
public sealed class PrintToPDFCommandSettings : ICommand
- Inheritance
-
PrintToPDFCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
DisplayHeaderFooter
Gets or sets the displayHeaderFooter
[JsonPropertyName("displayHeaderFooter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? DisplayHeaderFooter { get; set; }
Property Value
- bool?
FooterTemplate
Gets or sets the footerTemplate
[JsonPropertyName("footerTemplate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string FooterTemplate { get; set; }
Property Value
HeaderTemplate
Gets or sets the headerTemplate
[JsonPropertyName("headerTemplate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string HeaderTemplate { get; set; }
Property Value
IgnoreInvalidPageRanges
Gets or sets the ignoreInvalidPageRanges
[JsonPropertyName("ignoreInvalidPageRanges")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnoreInvalidPageRanges { get; set; }
Property Value
- bool?
Landscape
Gets or sets the landscape
[JsonPropertyName("landscape")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Landscape { get; set; }
Property Value
- bool?
MarginBottom
Gets or sets the marginBottom
[JsonPropertyName("marginBottom")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MarginBottom { get; set; }
Property Value
MarginLeft
Gets or sets the marginLeft
[JsonPropertyName("marginLeft")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MarginLeft { get; set; }
Property Value
MarginRight
Gets or sets the marginRight
[JsonPropertyName("marginRight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MarginRight { get; set; }
Property Value
MarginTop
Gets or sets the marginTop
[JsonPropertyName("marginTop")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? MarginTop { get; set; }
Property Value
PageRanges
Gets or sets the pageRanges
[JsonPropertyName("pageRanges")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PageRanges { get; set; }
Property Value
PaperHeight
Gets or sets the paperHeight
[JsonPropertyName("paperHeight")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PaperHeight { get; set; }
Property Value
PaperWidth
Gets or sets the paperWidth
[JsonPropertyName("paperWidth")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? PaperWidth { get; set; }
Property Value
PreferCSSPageSize
Gets or sets the preferCSSPageSize
[JsonPropertyName("preferCSSPageSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PreferCSSPageSize { get; set; }
Property Value
- bool?
PrintBackground
Gets or sets the printBackground
[JsonPropertyName("printBackground")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? PrintBackground { get; set; }
Property Value
- bool?
Scale
Gets or sets the scale
[JsonPropertyName("scale")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Scale { get; set; }
Property Value
TransferMode
Gets or sets the transferMode
[JsonPropertyName("transferMode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TransferMode { get; set; }