'Declaration Public Property CanPreview As Nullable(Of Boolean)
public Nullable<bool> CanPreview {get; set;}
Property Value
If set totrue
, the preview button will be displayed, allowing users to preview the document. If set to false
or null
, the preview button will be hidden.