Class ShmdResource

ShmdResource class

Class ShmdResource. Metadata settings

public class ShmdResource : LayerResource

Constructors

NameDescription
ShmdResource()Initializes a new instance of the ShmdResource class.
ShmdResource(byte[])Initializes a new instance of the ShmdResource class.

Properties

NameDescription
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

NameDescription
override Save(StreamContainer, int)Saves the specified stream container.
override ToString()Returns a String that represents this instance.

Fields

NameDescription
const SubResourceHeaderLengthThe sub resource header length
const TypeToolKeyThe type tool info key.

See Also