Property SupportsLayers
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
SupportsLayers
Indicates whether the FileType supports layers. This affects whether the image is flattened before being sent to the FileType's Save() method.
public bool SupportsLayers { get; set; }
Property Value
Remarks
The default value for this property is false.