DocumentLocation Property (C1PdfDocumentSource)
In This Topic
Gets or sets the location of the PDF document. Assigning a new value to this property will reset
Stream to null.
Syntax
'Declaration
Public Property DocumentLocation As String
public string DocumentLocation {get; set;}
See Also