Accusoft.ImagXpress13.Net
LibraryNumberOfThreadsAllowed Property (LoadOptions)




Gets or sets the library number of threads allowed.
Syntax
'Declaration
 
Public Property LibraryNumberOfThreadsAllowed As Integer
'Usage
 
Dim instance As LoadOptions
Dim value As Integer
 
instance.LibraryNumberOfThreadsAllowed = value
 
value = instance.LibraryNumberOfThreadsAllowed
public int LibraryNumberOfThreadsAllowed {get; set;}
public: __property int get_LibraryNumberOfThreadsAllowed();
public: __property void set_LibraryNumberOfThreadsAllowed( 
   int value
);
public:
property int LibraryNumberOfThreadsAllowed {
   int get();
   void set (    int value);
}

Property Value

The library number of threads allowed.
Remarks
This value is specific to the lower level libraries that ImagXpress uses. This value may or may not be honored depending on the image type. For instance, JPEG2000 images do currently support this feature.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback