Accusoft.PrintPro8.Net
WantProof Property




Gets and sets an indicator that proof print matching is requested.
Syntax
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.
Remarks

The default value is false.

See Also

Reference

Icm Class
Icm Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback