LnsrResource.LnsrResource

LnsrResource(LnsrResourceType)

Initializes a new instance of the LnsrResource class.

public LnsrResource(LnsrResourceType lnsrResourceType)
ParameterTypeDescription
lnsrResourceTypeLnsrResourceTypeType of the LNSR.

Exceptions

exceptioncondition
PsdImageArgumentExceptionYou can not create lnsr with Unknown type value

See Also


LnsrResource(byte[])

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

public LnsrResource(byte[] bytes)
ParameterTypeDescription
bytesByte[]The bytes.

Exceptions

exceptioncondition
ExceptionInvalid lnsr Resource value

See Also