[]
Gets or sets the settings related to the document preview functionality, allowing configuration of the preview button visibility and integration of a viewer component.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PreviewSettings Preview { get; set; }
Type | Description |
---|---|
PreviewSettings | An instance of PreviewSettings representing the preview settings. |