Accusoft.ImagXpress13.Net
TransparencyColor Property (SaveOptionsPng)




Gets and sets the color to be used to represent transparency in the stored image.
Syntax
'Declaration
 
Public Property TransparencyColor As Color
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Color
 
instance.TransparencyColor = value
 
value = instance.TransparencyColor
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);
}

Property Value

A System.Drawing.Color value.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback