Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageHandler Class / GetImageStreamInfo Method

In This Topic
    GetImageStreamInfo Method (PdfImageHandler)
    In This Topic
    Returns the GrapeCity.Documents.Pdf.Spec.PdfStreamObject containing unparsed image data and information about the PDF filter and decode parameters.

    Note that not all derived classes support this method (for example, PdfImageHandler).

    Syntax
    'Declaration
     
    Public Overrides Function GetImageStreamInfo() As PdfStreamInfo
    public override PdfStreamInfo GetImageStreamInfo()
    See Also