Class LspfResource

LspfResource class

Layer protected settings

public class LspfResource : LayerResource

Constructors

NameDescription
LspfResource()Initializes a new instance of the LspfResource class.
LspfResource(byte[])Initializes a new instance of the LspfResource class. With custom or unknown value
LspfResource(bool, bool, bool)Initializes a new instance of the LspfResource class.

Properties

NameDescription
IsCompositeProtected { get; set; }Gets or sets a value indicating whether this instance is composite protected.
IsPositionProtected { get; set; }Gets or sets a value indicating whether this instance is position protected.
IsTransparencyProtected { get; set; }Gets or sets a value indicating whether this instance is transparency protected.
override Key { get; }Gets the layer resource key.
override Length { get; }Gets the layer resource length in bytes.
LockType { get; set; }Gets or sets the type of the lock.
override PsdVersion { get; }Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
override Signature { get; }Gets the layer resource signature.

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 1819504742

See Also