[]
Gets or sets a value indicating whether the Preview button should be shown.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? CanPreview { get; set; }
If set to true, the preview button will be displayed, allowing users to preview the document. If set to false or null, the preview button will be hidden.
true
false
null