Gets a value that indicates whether the PSD layer transparency data is locked.
public bool TransparencyProtected { get; }
Public ReadOnly Property TransparencyProtected As Boolean
public bool TransparencyProtected {get;}
get_TransparencyProtected();
public:
property bool TransparencyProtected {
bool get();
}
true if the PSD layer transparency data is locked, 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