Class ShmdResource
ShmdResource class
Class ShmdResource. Metadata settings
public class ShmdResource : LayerResource
Constructors
Name | Description |
---|
ShmdResource() | Initializes a new instance of the ShmdResource class. |
ShmdResource(byte[]) | Initializes a new instance of the ShmdResource class. |
Properties
Name | Description |
---|
override Key { get; } | Gets the layer resource key. |
LayerCreatedDateTime { get; set; } | Gets or sets the layer created time. If Layer created time not specified then returns new DateTime(0) |
override Length { get; } | Gets the layer resource length in bytes. |
override PsdVersion { get; } | Gets the psd version. |
override Signature { get; } | Gets the signature. |
SubResources { get; } | Gets the sub resources of shmd resource. |
Methods
Name | Description |
---|
override Save(StreamContainer, int) | Saves the specified stream container. |
override ToString() | Returns a String that represents this instance. |
Fields
See Also