Gets a value that indicates whether the PSD layer is visible.
public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
public bool Visible {get;}
get_Visible();
public:
property bool Visible {
bool get();
}
true if the PSD layer is visible, otherwise; false
The following are values are only when layer information is obtained from a PSD file using RasterCodecs.LoadPsdLayer. These properties are not used and will be ignored when saving PSD layers using RasterCodecs.SavePsdWithLayers:
For an example, refer to RasterCodecs.LoadPsdLayer.
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