Enum ReadOnlyMode
ReadOnlyMode enumeration
Specifies the read-only modes available when loading a PSD image.
public enum ReadOnlyMode
Values
Name | Value | Description |
---|---|---|
None | 0 | No read-only restrictions are applied. The image can be fully modified. |
Default | 1 | Default mode. The image is fully read-only and cannot be modified. |
MetadataEdit | 2 | Allows editing of image metadata while keeping image content read-only. |
See Also
- namespace Aspose.PSD.ImageLoadOptions
- assembly Aspose.PSD