Class PdfFormat
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class PdfFormat : DocumentFormatBase
Properties
ExtractFullText
Whether to extract document full text from this output.
Declaration
[JsonProperty("extractFullText", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool ExtractFullText { get; set; }
Property Value
bool |
FastWebView
Whether to linearize the output for fast web viewing.
Declaration
[JsonProperty("fastWebView", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool FastWebView { get; set; }
Property Value
bool |
JpegQuality
Specifies compression quality used for ReduceFileSize.
Declaration
[JsonProperty("jpegQuality", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int JpegQuality { get; set; }
Property Value
int |
ReduceFileSize
Whether to apply measures to decrease output size or not.
Declaration
[JsonProperty("reduceFileSize", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool ReduceFileSize { get; set; }
Property Value
bool |