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
|
Returns |
Name |
|---|---|
|
|
( |
Protected internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
gs,
inlineImageInfo,
colorSpaceDictionary, |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
( |
Details
Methods
CreateForXObject [1/2]
Source code
public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
gs |
|
|
|
refi |
|
|
|
colorSpaceDictionary |
CreateForXObject [2/2]
Source code
public static ImageRenderInfo CreateForXObject(GraphicsState gs, PdfIndirectReference refi, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
gs |
|
|
|
refi |
|
|
|
colorSpaceDictionary |
|
|
|
markedContentInfos |
CreateForEmbeddedImage
Source code
protected internal static ImageRenderInfo CreateForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, ICollection markedContentInfos)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
gs |
|
|
|
inlineImageInfo |
|
|
|
colorSpaceDictionary |
|
|
|
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 |
|---|---|---|
|
|
mcid |
HasMcid [2/2]
Source code
public virtual bool HasMcid(int mcid, bool checkTheTopmostLevelOnly)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
mcid |
|
|
|
checkTheTopmostLevelOnly |
GetMcid
Source code
public virtual Nullable<int> GetMcid()
Generated with ModularDoc