Accusoft.PrintPro8.Net
WantProof Property




Gets and sets an indicator that proof print matching is requested.
Syntax
'Declaration
 
Public Property WantProof As Boolean
'Usage
 
Dim instance As Icm
Dim value As Boolean
 
instance.WantProof = value
 
value = instance.WantProof
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);
}

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