LspfResource.LspfResource

LspfResource(byte[])

Initializes a new instance of the LspfResource class. With custom or unknown value

public LspfResource(byte[] data)
ParameterTypeDescription
dataByte[]The resource data.

Exceptions

exceptioncondition
PsdImageArgumentExceptionInvalid Lspf Resource data length

See Also


LspfResource(bool, bool, bool)

Initializes a new instance of the LspfResource class.

public LspfResource(bool isTransparencyProtected, bool isCompositeProtected, 
    bool isPositionProtected)
ParameterTypeDescription
isTransparencyProtectedBooleanif set to true [is transparency protected].
isCompositeProtectedBooleanif set to true [is composite protected].
isPositionProtectedBooleanif set to true [is position protected].

See Also


LspfResource()

Initializes a new instance of the LspfResource class.

public LspfResource()

See Also