Accusoft.ISISXpress7.Net
DibFlip Property




Gets and sets an indicator whether to flip the DIB that is stored in the ToHdib property.
Syntax
'Declaration
 
Public Property DibFlip As Boolean
'Usage
 
Dim instance As Output
Dim value As Boolean
 
instance.DibFlip = value
 
value = instance.DibFlip
public bool DibFlip {get; set;}
public: __property bool get_DibFlip();
public: __property void set_DibFlip( 
   bool value
);
public:
property bool DibFlip {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to flip the DIB. Otherwise, false is returned.
Remarks

This property only affects the DIB that is stored in the ToHdib property and has no bearing on saved files.

See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback