[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase.GetImageStreamInfo

GetImageStreamInfo Method

GetImageStreamInfo()

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).

Declaration
public abstract PdfStreamInfo GetImageStreamInfo()
Public MustOverride Function GetImageStreamInfo() As PdfStreamInfo
Returns
Type Description
PdfStreamInfo