'宣言 Public Property DisableUserReflow As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim value As System.Boolean instance.DisableUserReflow = value value = instance.DisableUserReflow
public System.bool DisableUserReflow {get; set;}
The default value is false (i.e. reflow is allowed).
'宣言 Public Property DisableUserReflow As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim value As System.Boolean instance.DisableUserReflow = value value = instance.DisableUserReflow
public System.bool DisableUserReflow {get; set;}