Class LspfResource
LspfResource class
Layer protected settings
public class LspfResource : LayerResource
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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. |
| 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. |
| PsdVersion { get; } | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
| virtual Signature { get; } | Gets the signature. |
Methods
| Name | Description |
|---|
| override Save(StreamContainer, int) | Saves the resource to the specified stream container. |
| override ToString() | Returns a String that represents this instance. |
Fields
| Name | Description |
|---|
| const TypeToolKey | The type tool info key 1819504742 |
See Also