GetDocumentInfoAsync

MarkdownConverter.GetDocumentInfoAsync method

Asynchronously retrieves metadata about the loaded document.

public Task<DocumentInfo> GetDocumentInfoAsync(CancellationToken cancellationToken = default)
Parameter Type Description
cancellationToken CancellationToken A token to cancel the operation.

See Also