Error processing SSI file
LEADTOOLS JavaScript (Leadtools)
Products
|
Support
|
Email
a link to this topic. |
Send comments
on this topic. | Back to
Introduction
| Help Version 19.0.4.3
Base64EncodeFromArrayBuffer Method
Show in webframe
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: JavaScript
JavaScript
Input array buffer
Encodes an array buffer as Base 64 and returns the result.
Syntax
JavaScript
function
Leadtools.LTHelper.base64EncodeFromArrayBuffer(
buffer
)
Parameters
Parameter
Type
Description
buffer
object
Input array buffer
Return Value
Type
Description
string
A string that contains the resulting Base 64 encoded value.
See Also
Reference
LTHelper Object
LTHelper Members
Error processing SSI file