Gets or sets a value that indicates whether to use the transparent color.
public bool Transparent { get; set; }
Public Property Transparent As Boolean
public bool Transparent {get; set;}
@property (nonatomic, assign) BOOL isTransparent
public boolean getTransparent()
public void setTransparent(boolean value)
<br/>get_Transparent();<br/>set_Transparent(value);<br/>Object.defineProperty('Transparent');
true to use the transparent color; false, otherwise.
The TransparentColor of a RasterImage is used when the Transparent property value is set to true.
Note, transparent paint does not work with RasterPaintEngine.Gdi. For more information, refer to RasterPaintProperties.
For more information, refer to PNG Files and Transparency.
For an example, refer to TransparentColor.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET