[]
Gets or sets the output type for the document.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<HtmlOutputType> OutputType { get; set; }
| Type | Description |
|---|---|
| EnumDefaultExportSetting<HtmlOutputType> | An EnumDefaultExportSetting<T> object representing the output type for the document. |