LspfResource.LspfResource
Contents
[
Hide
]LspfResource(byte[])
Initializes a new instance of the LspfResource
class. With custom or unknown value
public LspfResource(byte[] data)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The resource data. |
Exceptions
exception | condition |
---|---|
PsdImageArgumentException | Invalid Lspf Resource data length |
See Also
- class LspfResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD
LspfResource(bool, bool, bool)
Initializes a new instance of the LspfResource
class.
public LspfResource(bool isTransparencyProtected, bool isCompositeProtected,
bool isPositionProtected)
Parameter | Type | Description |
---|---|---|
isTransparencyProtected | Boolean | if set to true [is transparency protected]. |
isCompositeProtected | Boolean | if set to true [is composite protected]. |
isPositionProtected | Boolean | if set to true [is position protected]. |
See Also
- class LspfResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD
LspfResource()
Initializes a new instance of the LspfResource
class.
public LspfResource()
See Also
- class LspfResource
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD