Enum ReadOnlyMode

ReadOnlyMode enumeration

Specifies the read-only modes available when loading a PSD image.

public enum ReadOnlyMode

Values

NameValueDescription
None0No read-only restrictions are applied. The image can be fully modified.
Default1Default mode. The image is fully read-only and cannot be modified.
MetadataEdit2Allows editing of image metadata while keeping image content read-only.

See Also