fromJSON Method

Summary

Loads the contents from a JSON file as an EditableDocument.

Syntax

TypeScript
    static fromJSON(doc: string): Promise<EditableDocument>; 

Parameters

doc

The contents from a JSON file as an EditableDocument.

Return Value

The EditableDocument promise.

Remarks

This would be used to load the contents from a JSON file in the editor and have it become an EditableDocument object for editing and further use.

Requirements

Target Platforms

See Also

EditableDocument Object

EditableDocument Members

Leadtools.Document.Editor Namespace

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

Leadtools.Document.Editor Assembly

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