[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(
boolvalue
);
'Usage
Dim instance As SaveOptionsPng
Dim value As Boolean
instance.UseTransparencyColor = value
value = instance.UseTransparencyColor
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.