Extracts metadata from a PDF document.

GetMetaData(Byte[])

public async Task<string> GetMetaData(byte[] document)
Public Async Function GetMetaData(ByVal document As Byte()) As Task(Of String)

Parameters

Parameter Description
document The PDF document that is used to extract the meta data.