PDFFromEmailInput.PaperSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Letter is set by default. Can be Letter, Legal, Tabloid, Ledger, A0, A1, A2, A3, A4, A5, A6 or a custom size. Custom size can be set in px (pixels), mm or in (inches) with width and height separated by space like this: 200 300, 200px 300px, 200mm 300mm, 20cm 30cm or 6in 8in.
[System.Text.Json.Serialization.JsonPropertyName("paperSize")]
public string PaperSize { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("paperSize")>]
member this.PaperSize : string with get, set
Public Property PaperSize As String
Property Value
- Attributes