Accusoft.ImagXpress13.Net
UseSecondaryPixels Property




Fuji Super CCD SR images have two sets of pixels: a primary set and a less sensitive secondary set. Normally ImagXpress will use the primary set, but the secondary set can be used by setting this property to true. Uses secondary pixels if available, which are less sensitive to light and will produce an image that is darker but which has more detail in bright areas.
Syntax
'Declaration
 
Public Property UseSecondaryPixels As Boolean
'Usage
 
Dim instance As LoadOptionsCameraRaw
Dim value As Boolean
 
instance.UseSecondaryPixels = value
 
value = instance.UseSecondaryPixels
public bool UseSecondaryPixels {get; set;}
public: __property bool get_UseSecondaryPixels();
public: __property void set_UseSecondaryPixels( 
   bool value
);
public:
property bool UseSecondaryPixels {
   bool get();
   void set (    bool value);
}
Remarks
The default value is false.
See Also

Reference

LoadOptionsCameraRaw Class
LoadOptionsCameraRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback