[]
Gets or sets the preferred rendering format for the document.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ViewerSettings.PreferredFormat? PreferredFormat { get; set; }
Type | Description |
---|---|
ViewerSettings.PreferredFormat? | A nullable PreferredFormat value that specifies the preferred rendering format. |