Returns information about a document including the hierarchical structure of merge fields and merge blocks.
public async Task<DocumentInfo> Info(byte[] document);
Public Async Function Info(ByVal document As Byte()) As Task(Of DocumentInfo)
Parameter | Description |
---|---|
document | The document to retrieve information about. |