Returns information about a document including the hierarchical structure of merge fields and merge blocks.

Info(Byte[])

public async Task<DocumentInfo> Info(byte[] document);
Public Async Function Info(ByVal document As Byte()) As Task(Of DocumentInfo)

Parameters

Parameter Description
document The document to retrieve information about.