Uses of Class
com.itextpdf.text.pdf.parser.InlineImageInfo
Packages that use InlineImageInfo
-
Uses of InlineImageInfo in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as InlineImageInfoModifier and TypeFieldDescriptionprivate final InlineImageInfoImageRenderInfo.inlineImageInfoA reference to an inline imageMethods in com.itextpdf.text.pdf.parser that return InlineImageInfoModifier and TypeMethodDescriptionstatic InlineImageInfoInlineImageUtils.parseInlineImage(PdfContentParser ps, PdfDictionary colorSpaceDic) Parses an inline image from the provided content parser.Methods in com.itextpdf.text.pdf.parser with parameters of type InlineImageInfoModifier and TypeMethodDescriptionprotected static ImageRenderInfoImageRenderInfo.createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on inline image data.protected voidPdfContentStreamProcessor.handleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic) Callback when an inline image is found.Constructors in com.itextpdf.text.pdf.parser with parameters of type InlineImageInfoModifierConstructorDescriptionprivateImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo)