PsdLoadOptions.ReadOnlyMode

PsdLoadOptions.ReadOnlyMode property

Gets or sets a value indicating whether [use read only mode]. This is read-only mode, supported for identical compatibility with Adobe Photoshop. When this option is set, all changes applied for layers will not be saved to final image. All data is used from ImageData section, so it is identical to Photoshop. By default all loaded images are not identical to Adobe Photoshop compatible.

public bool ReadOnlyMode { get; set; }

Property Value

true if [use photoshop compatibility mode]; otherwise, false.

See Also