PsdLoadOptions.ReadOnlyType
PsdLoadOptions.ReadOnlyType property
Gets or sets the read-only mode used when loading a PSD image.
public ReadOnlyMode ReadOnlyType { get; set; }
Property Value
One of the ReadOnlyMode
values:
- !:ReadOnlyMode.None – No restrictions. Image content can be modified.
- !:ReadOnlyMode.Default – The image is fully read-only.
- !:ReadOnlyMode.MetadataEdit – Only metadata can be edited (such as
ImageResources
), while image pixel content remains read-only.
See Also
- enum ReadOnlyMode
- class PsdLoadOptions
- namespace Aspose.PSD.ImageLoadOptions
- assembly Aspose.PSD