Accusoft.ImagXpress13.Net
LoadAlphaChannel Property




Gets and sets if the alpha channel data is loaded.
Syntax
'Declaration
 
Public Property LoadAlphaChannel As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.LoadAlphaChannel = value
 
value = instance.LoadAlphaChannel
public bool LoadAlphaChannel {get; set;}
public: __property bool get_LoadAlphaChannel();
public: __property void set_LoadAlphaChannel( 
   bool value
);
public:
property bool LoadAlphaChannel {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to enable loading the alpha channel data. Otherwise, false is returned.
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback