VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfStream Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    PdfStream Class
    In This Topic
    Provides the PDF stream object that stores a sequence of bytes.
    Object Model
    PdfDictionary PdfDocument PdfStream
    Syntax
    'Declaration
    
    Public NotInheritable Class PdfStream
       Inherits PdfCompoundBasicObject
    
    
    public sealed class PdfStream : PdfCompoundBasicObject
    
    
    public __gc __sealed class PdfStream : public PdfCompoundBasicObject*
    
    
    public ref class PdfStream sealed : public PdfCompoundBasicObject^
    
    
    Remarks

    Stream must be an indirect object.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.BasicTypes.PdfBasicObject
          Vintasoft.Imaging.Pdf.BasicTypes.PdfCompoundBasicObject
             Vintasoft.Imaging.Pdf.BasicTypes.PdfStream

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also