[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.LoadStream

LoadStream Property

LoadStream

Gets the Stream object that was passed to the Load() method that was used to load this document, or null if Load() was not called.

Declaration
public Stream LoadStream { get; }
Public ReadOnly Property LoadStream As Stream
See Also