Accusoft.ImagXpress13.Net
TransparencyMatch Property (SaveOptionsPng)




Gets and sets the type of TransparencyMatch to employ.
Syntax
'Declaration
 
Public Property TransparencyMatch As TransparencyMatch
'Usage
 
Dim instance As SaveOptionsPng
Dim value As TransparencyMatch
 
instance.TransparencyMatch = value
 
value = instance.TransparencyMatch
public TransparencyMatch TransparencyMatch {get; set;}
public: __property TransparencyMatch get_TransparencyMatch();
public: __property void set_TransparencyMatch( 
   TransparencyMatch value
);
public:
property TransparencyMatch TransparencyMatch {
   TransparencyMatch get();
   void set (    TransparencyMatch value);
}

Property Value

A TransparencyMatch enumeration value.
Remarks

The TransparencyMatch specifies how to match image pixels to the transparency color. Transparency can be applied on pixels that are an exact match to the TransparencyColor, the closest match to the TransparencyColor, or not at all.

See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback