FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PdfDocumentSource Class / DocumentLocation Property

In This Topic
    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