Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / LoadStream Property

In This Topic
    LoadStream Property
    In This Topic
    Gets the System.IO.Stream object that was passed to the Load() method that was used to load this document, or null if Load() was not called.
    Syntax
    'Declaration
     
    Public ReadOnly Property LoadStream As System.IO.Stream
    public System.IO.Stream LoadStream {get;}
    See Also