iText 5

ImageRenderInfo

ImageRenderInfo Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.ImageRenderInfo[[ImageRenderInfo]] end

Members

Methods

Public Static methods
Protected internal Static methods

Returns

Name

ImageRenderInfo

CreateForEmbeddedImage

(

GraphicsState

gs,

InlineImageInfo

inlineImageInfo,

PdfDictionary

colorSpaceDictionary, ICollection markedContentInfos)

Public methods

Details

Methods

CreateForXObject [1/2]

Source code

public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary)

Arguments

Type

Name

Description

GraphicsState

gs

PdfIndirectReference

refi

PdfDictionary

colorSpaceDictionary

CreateForXObject [2/2]

Source code

public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)

Arguments

Type

Name

Description

GraphicsState

gs

PdfIndirectReference

refi

PdfDictionary

colorSpaceDictionary

ICollection

markedContentInfos

CreateForEmbeddedImage

Source code

protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)

Arguments

Type

Name

Description

GraphicsState

gs

InlineImageInfo

inlineImageInfo

PdfDictionary

colorSpaceDictionary

ICollection

markedContentInfos

GetImage

Source code

public virtual PdfImageObject GetImage()

GetStartPoint

Source code

public virtual Vector GetStartPoint()

GetImageCTM

Source code

public virtual Matrix GetImageCTM()

GetArea

Source code

public virtual float GetArea()

GetRef

Source code

public virtual PdfIndirectReference GetRef()

GetCurrentFillColor

Source code

public BaseColor GetCurrentFillColor()

HasMcid [1/2]

Source code

public virtual bool HasMcid(int mcid)

Arguments

Type

Name

Description

int

mcid

HasMcid [2/2]

Source code

public virtual bool HasMcid(int mcid, bool checkTheTopmostLevelOnly)

Arguments

Type

Name

Description

int

mcid

bool

checkTheTopmostLevelOnly

GetMcid

Source code

public virtual Nullable<int> GetMcid()

Generated with ModularDoc