Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStreamInfo Class
Fields Properties Methods

In This Topic
    PdfStreamInfo Class Members
    In This Topic

    The following tables list the members exposed by PdfStreamInfo.

    Public Fields
     NameDescription
    Public FieldThe "DecodeParms" PDF dictionary containing additional parameters for the image filter.  
    Public FieldThe name of the image filter that should be used to decode the stream.  
    Public FieldThe length of the PDF stream as specified by the "Length" entry.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the underlying System.IO.Stream object. It will be disposed when this object is disposed.  
    Top
    Public Methods
     NameDescription
    Public MethodDetaches the Stream from the PdfStreamInfo so it will not be disposed when the PdfStreamInfo disposed.  
    Public MethodReleases all resources used by the PdfStreamInfo.  
    Top
    See Also