'宣言 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;}