Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Wrappers Namespace / PdfWrapperBase Class / GetPdfStream Method

In This Topic
    GetPdfStream Method
    In This Topic
    Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage.
    Syntax
    'Declaration
     
    Public Function GetPdfStream() As System.IO.Stream
    public System.IO.Stream GetPdfStream()
    See Also