Specifies document data to load a document from memory. The document must be passed as a Base64 encoded string. The format of the document is recognized automatically. The Document
public string DocumentData { get; set; }
Public Property DocumentData() As String