GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF.SmartRedactionOptions Class / TimeoutMillisec Property





In This Topic
TimeoutMillisec Property (GdPicturePDF.SmartRedactionOptions)
In This Topic
The time interval, in other words timeout, in milliseconds, that specifies the maximum time allowed for the whole process. Use 0 to specify no timeout.
Syntax
'Declaration
 
Public Property TimeoutMillisec As Integer
public int TimeoutMillisec {get; set;}
public read-write property TimeoutMillisec: Integer; 
public function get,set TimeoutMillisec : int
public: __property int get_TimeoutMillisec();
public: __property void set_TimeoutMillisec( 
   int value
);
public:
property int TimeoutMillisec {
   int get();
   void set (    int value);
}

Property Value

The default value is 0.
See Also