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
Public methods
Details
Methods
CreateForXObject [1/2]
Source code
public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary)
Arguments
CreateForXObject [2/2]
Source code
public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
CreateForEmbeddedImage
Source code
protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
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