PDFView4NET WPF Edition
PDFStream Class
Members 




O2S.Components.PDFEngine.Core Namespace : PDFStream Class
Base class for PDF streams.
Object Model
PDFStream Class
Syntax
'Declaration
 
Public MustInherit Class PDFStream 
   Inherits System.IO.Stream
'Usage
 
Dim instance As PDFStream
public abstract class PDFStream : System.IO.Stream 
public __gc abstract class PDFStream : public System.IO.Stream 
public ref class PDFStream abstract : public System.IO.Stream 
Remarks
This class supports the internal library infrastructure and it should not be used by other applications.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.IO.Stream
         O2S.Components.PDFEngine.Core.PDFStream

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFStream Members
O2S.Components.PDFEngine.Core Namespace