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 DocumentData property has priority before the DocumentPath property that is used to define the displayed document name in case DocumentPath is defined.

Syntax

public string DocumentData { get; set; }
Public Property DocumentData() As String