Skip to main content
Version: v4

Document Layout

Retrieve the Document Layout

  • Object: getARenderJS().getDocumentLayout()

    FunctionDescriptionArguments
    getDocumentLayout(documentId, layoutCallback, errorCallback)Fetch the document layout of the specified document iddocumentId: ID of the document;
    layoutCallback: The callback function called when the document layout is retrieved;
    erroCallback: The callback function called when an error occurs during the retrieval of the document layout