Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Base64DecodeToArrayBuffer Method

Show in webframe
Input string containing the Base 64 encoded value.
Decodes a Base 64 encoded string and returns the result as an array buffer.
Syntax
 function Leadtools.LTHelper.base64DecodeToArrayBuffer( 
   input 
)

Parameters

ParameterTypeDescription
inputstringInput string containing the Base 64 encoded value.

Return Value

TypeDescription
Object An array buffer that contains the decoded values.
See Also

Reference

LTHelper Object
LTHelper Members

Error processing SSI file