Suppress Property (WpfImagePrintingEventArgs)
Gets or sets a value indicating whether image should be suppressed during printing.
'Declaration
Public Property Suppress As Boolean
public bool Suppress { get; set; }
public: __property bool get_Suppress();
public: __property void set_Suppress(
bool
);
public:
property bool Suppress {
bool get();
void set(bool );
}
Property Value
true - image should not be printed, the printing process should be continued; false - image should be printed, the printing process should be continued.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5