DocumentViewerPrintOptions.SkipDialog Property
Definition
- Namespace
- GleamTech.DocumentUltimate.AspNet.UI
- Assembly
- GleamTech.DocumentUltimate.dll
Obsolete
SkipDialog is deprecated, as it's no longer useful.
Gets or sets a value that specifies whether to start printing immediately without showing DocumentViewer's print dialog. The default is false.
[Obsolete("SkipDialog is deprecated, as it's no longer useful.")]
[JsonIgnore]
public bool SkipDialog { get; set; }