Class LyvrResource

LyvrResource class

The resource to represents photoshop version of Layer.

public sealed class LyvrResource : LayerResource

Constructors

NameDescription
LyvrResource()The default constructor.

Properties

NameDescription
virtual Key { get; }Gets the layer resource key.
override Length { get; }
override PsdVersion { get; }
virtual Signature { get; }Gets the signature.
Version { get; set; }Gets ot sets the photoshop version of Layer.

Methods

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

Fields

NameDescription
const TypeToolKeyThe type tool info key.

See Also