Accusoft.TwainPro9.Net
UseTransparencyColor Property




Gets and sets if the image saved uses a transparent color.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies if the image is saved with a transparency color or not.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property UseTransparencyColor As Boolean
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Boolean
 
instance.UseTransparencyColor = value
 
value = instance.UseTransparencyColor
[DefaultValue()]
[Description("Specifies if the image is saved with a transparency color or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool UseTransparencyColor {get; set;}
[DefaultValue()]
[Description("Specifies if the image is saved with a transparency color or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property bool get_UseTransparencyColor();
public: __property void set_UseTransparencyColor( 
   bool value
);
[DefaultValue()]
[Description("Specifies if the image is saved with a transparency color or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property bool UseTransparencyColor {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the image with a transparency color specified by setting the TransparencyColor property. Otherwise, false is used.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback