PrintDocument for WinForms
ThrowExceptionOnError プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : ThrowExceptionOnError プロパティ
Gets or sets a value indicating whether an exception should be raised if an error occurs while the current document generates. If this property is false, the C1PrintDocument.Generate method will return false if errors occurred while generating, otherwise an exception will be thrown on the first error.

The default value is false.

シンタックス
'宣言
 
Public Property ThrowExceptionOnError As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
instance.ThrowExceptionOnError = value
 
value = instance.ThrowExceptionOnError
public System.bool ThrowExceptionOnError {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ