'Declaration Public Function Create( _ ByVal options As CreateDocumentOptions _ ) As ValueTask(Of CreateDocumentInfo)
public ValueTask<CreateDocumentInfo> Create( CreateDocumentOptions options )
Parameters
- options
- Options for creating the document.
Return Value
A ValueTask representing the asynchronous operation of creating the document.