[]
Gets or sets a bool value determining whether printing is enabled.
[C1Description("Printing.IsPrintingEnabled", "Determines whether print operations are enabled.")]
public bool IsPrintingEnabled { get; set; }
<C1Description("Printing.IsPrintingEnabled", "Determines whether print operations are enabled.")>
Public Property IsPrintingEnabled As Boolean
At run-time this property returns false if C1PrintDocument control can't be initialized. All the assemblies required for printing support are included into the C1.Win.Printing NuGet package.