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 |
|---|
| 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. |
| PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
| virtual 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