|
iText 7 7.1.10 API
|
Represents image data from a PDF More...
Public Member Functions |
|
| ImageRenderInfo (Stack< CanvasTag > canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, bool isInline) | |
| Create an ImageRenderInfo More... |
|
| virtual PdfImageXObject | GetImage () |
| Gets an image wrapped in ImageXObject. More... |
|
| virtual PdfName | GetImageResourceName () |
| virtual Vector | GetStartPoint () |
|
|
| virtual Matrix | GetImageCtm () |
| virtual float | GetArea () |
|
|
| virtual bool | IsInline () |
|
|
| virtual PdfDictionary | GetColorSpaceDictionary () |
|
|
| virtual IList< CanvasTag > | GetCanvasTagHierarchy () |
| Gets hierarchy of the canvas tags that wraps given text. More... |
|
| virtual int | GetMcid () |
|
|
| virtual bool | HasMcid (int mcid) |
| Checks if the text belongs to a marked content sequence with a given mcid. More... |
|
| virtual bool | HasMcid (int mcid, bool checkTheTopmostLevelOnly) |
| Checks if the text belongs to a marked content sequence with a given mcid. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.Canvas.Parser.Data.AbstractRenderInfo |
|
| AbstractRenderInfo (CanvasGraphicsState gs) | |
| virtual CanvasGraphicsState | GetGraphicsState () |
| virtual bool | IsGraphicsStatePreserved () |
| virtual void | PreserveGraphicsState () |
| virtual void | ReleaseGraphicsState () |
Represents image data from a PDF
|
inline |
Create an ImageRenderInfo
| ctm | the coordinate transformation matrix at the time the image is rendered | ||||
| imageStream | image stream object | ||||
| resourceName |
|
|
inlinevirtual |
Gets hierarchy of the canvas tags that wraps given text.
|
inlinevirtual |
Gets an image wrapped in ImageXObject.
Gets an image wrapped in ImageXObject. You can:
|
inlinevirtual |
|
inlinevirtual |
Checks if the text belongs to a marked content sequence with a given mcid.
| mcid | a marked content id |
|
inlinevirtual |
Checks if the text belongs to a marked content sequence with a given mcid.
| mcid | a marked content id |
| checkTheTopmostLevelOnly | indicates whether to check the topmost level of marked content stack only |