ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFStream Class
Members




In This Topic
    ImGearPDFStream Class
    In This Topic
    Represents a data stream that may be a buffer in memory, or an arbitrary user-written procedure.
    Object Model
    ImGearPDFStream Class
    Syntax
    'Declaration
     
    Public Class ImGearPDFStream 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFStream
    public class ImGearPDFStream : ImGearPDFObject 
    public __gc class ImGearPDFStream : public ImGearPDFObject 
    public ref class ImGearPDFStream : public ImGearPDFObject 
    Remarks
    Typically used to extract or provide data.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFStream

    See Also