Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfStreamInfo Class
Members

In This Topic
    PdfStreamInfo Class
    In This Topic
    Contains information about a decoded PDF Stream. When a PDF stream is decoded all filters (defined by the "Filters" array) are applied, except for image filters (DCTDecode, JBIG2Decode etc) which are processed in a custom way, see GrapeCity.Documents.Pdf.ImageDecoder.ImageDecoder. The ImageFilterName and ImageFilterDecodeParams contain information about the image filter.
    Object Model
    PdfStreamInfo Class
    Syntax
    'Declaration
     
    Public Class PdfStreamInfo 
    public class PdfStreamInfo 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Spec.PdfStreamInfo

    See Also