Accusoft.ImagXpress13.Net
TransparencyColor Property (SaveOptionsGif)




Gets and sets the color value used to represent transparency in the saved image.
Syntax
public Color TransparencyColor {get; set;}
public: __property Color get_TransparencyColor();
public: __property void set_TransparencyColor( 
   Color value
);
public:
property Color TransparencyColor {
   Color get();
   void set (    Color value);
}
'Declaration
 
Public Property TransparencyColor As Color
 
'Usage
 
Dim instance As SaveOptionsGif
Dim value As Color
 
instance.TransparencyColor = value
 
value = instance.TransparencyColor

Property Value

A System.Drawing.Color value which represents transparency in the saved image.
See Also

Reference

SaveOptionsGif Class
SaveOptionsGif Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback