Document Layout

Retrieve the Document Layout

  • Object: getARenderJS().getDocumentLayout()
    Function Description Arguments
    getDocumentLayout(documentId, layoutCallback, errorCallback) Fetch the document layout of the specified document id

    documentId: 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