Gets and sets an indicator that proof print matching is requested.
public bool WantProof {get; set;}
public: __property bool get_WantProof();
public: __property void set_WantProof(
bool value
);
public:
property bool WantProof {
bool get();
void set ( bool value);
}
'Declaration
Public Property WantProof As Boolean
'Usage
Dim instance As Icm
Dim value As Boolean
instance.WantProof = value
value = instance.WantProof
Property Value
A boolean value which is
true when proof print matching is requested. Otherwise,
false is returned.