Table of Contents

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

bool

Remarks

The default value for this property is false.