Accusoft.TwainPro9.Net
TransparencyColor Property




Gets and sets the color to be used to represent transparency in the stored image.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the transparency color for the image.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property TransparencyColor As Color
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Color
 
instance.TransparencyColor = value
 
value = instance.TransparencyColor
[DescriptionAttribute("Specifies the transparency color for the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Color TransparencyColor {get; set;}
[DescriptionAttribute("Specifies the transparency color for the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property Color get_TransparencyColor();
public: __property void set_TransparencyColor( 
   Color value
);
[DescriptionAttribute("Specifies the transparency color for the image.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property Color TransparencyColor {
   Color get();
   void set (    Color value);
}

Property Value

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

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback