ImageGear .NET - Updated
ImGearPDFBasStream Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBasStream Class
Represents basic stream object.
Object Model
ImGearPDFBasStream ClassImGearPDFBasDict Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearPDFBasStream 
   Inherits ImGearPDFBasObj
'Usage
 
Dim instance As ImGearPDFBasStream
public sealed class ImGearPDFBasStream : ImGearPDFBasObj 
public __gc __sealed class ImGearPDFBasStream : public ImGearPDFBasObj 
public ref class ImGearPDFBasStream sealed : public ImGearPDFBasObj 
Remarks
A stream is a sequence of characters that can be read a portion at a time. Streams are used for objects with large amounts of data, such as images, page content, or private data a plug-in creates. A stream consists of these elements, which are listed in their relative order in the stream object, starting at the beginning. See Section 3.2.7 in the PDF Reference for a description of the stream object.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.ImGearPDFBasObj
         ImageGear.Formats.PDF.ImGearPDFBasStream

See Also

Reference

ImGearPDFBasStream Members
ImageGear.Formats.PDF Namespace