Skip to main content
Skip table of contents

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
ReturnsName
ImageRenderInfoCreateForEmbeddedImage(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
TypeNameDescription
GraphicsStategs
PdfIndirectReferencerefi
PdfDictionarycolorSpaceDictionary
CreateForXObject [2/2]

Source code

public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
TypeNameDescription
GraphicsStategs
PdfIndirectReferencerefi
PdfDictionarycolorSpaceDictionary
ICollectionmarkedContentInfos
CreateForEmbeddedImage

Source code

protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
TypeNameDescription
GraphicsStategs
InlineImageInfoinlineImageInfo
PdfDictionarycolorSpaceDictionary
ICollectionmarkedContentInfos
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
TypeNameDescription
intmcid
HasMcid [2/2]

Source code

public virtual bool HasMcid(int mcid, bool checkTheTopmostLevelOnly)
Arguments
TypeNameDescription
intmcid
boolcheckTheTopmostLevelOnly
GetMcid

Source code

public virtual Nullable<int> GetMcid()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.