In This Topic ▼

LTHelper Class Methods

Summary

For a list of all members of this type, see LTHelper members

Public Methods

Name Description
Public Method static  | Shared in VB addClass Adds the specified class string to the HTML or SVG element's current class list.
Public Method static  | Shared in VB base64Decode Decodes a Base 64 encoded string and returns the result as a byte array.
Public Method static  | Shared in VB base64DecodeToArrayBuffer Decodes a Base 64 encoded string and returns the result as an array buffer.
Public Method static  | Shared in VB base64DecodeToByteArray Decodes a Base 64 encoded string and returns the result as a byte array.
Public Method static  | Shared in VB base64Encode Encodes a byte array as Base 64 and returns the result.
Public Method static  | Shared in VB base64EncodeFromArrayBuffer Encodes an array buffer as Base 64 and returns the result.
Public Method static  | Shared in VB cancelAnimationFrame Cancels an animation frame, with a fallback for older browsers.
Public Method static  | Shared in VB ensureUsableCanvas Helper method to ensure that a canvas of a given size is usable.
Public Method static  | Shared in VB hasClass Checks an HTML or SVG element for the given class string.
Public Method static  | Shared in VB loadJS Helper method to dynamically load a JS file and add it to the script section of the current document.
Public Method static  | Shared in VB log Logs messages to the console without causing errors on older browsers.
Public Method static  | Shared in VB logError Logs errors to the console without causing errors on older browsers.
Public Method static  | Shared in VB logWarning Logs warnings to the console without causing errors on older browsers.
Public Method static  | Shared in VB newGuid Creates a new GUID.
Public Method static  | Shared in VB removeClass Removes the specified class string from the HTML or SVG element's current class list.
Public Method static  | Shared in VB removeJS Helper method to dynamically remove a JS file previously loaded from the script section of the current document.
Public Method static  | Shared in VB requestAnimationFrame Requests an animation frame, with a fallback for older browsers.

See Also

LTHelper Class

Leadtools Namespace

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.