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