PdfImageObject 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.PdfImageObject[[PdfImageObject]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
key) |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
Details
Nested types
Classes
-
ImageBytesType
Constructors
PdfImageObject [1/3]
Source code
public PdfImageObject(PRStream stream)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
PdfImageObject [2/3]
Source code
public PdfImageObject(PRStream stream, PdfDictionary colorSpaceDic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
colorSpaceDic |
PdfImageObject [3/3]
Source code
protected internal PdfImageObject(PdfDictionary dictionary, byte[] samples, PdfDictionary colorSpaceDic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dictionary |
|
|
|
samples |
|
|
|
colorSpaceDic |
Methods
GetFileType
Source code
public virtual string GetFileType()
GetImageBytesType
Source code
public virtual ImageBytesType GetImageBytesType()
Get
Source code
public virtual PdfObject Get(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetDictionary
Source code
public virtual PdfDictionary GetDictionary()
GetImageAsBytes
Source code
public virtual byte GetImageAsBytes()
GetDrawingImage
Source code
public Image GetDrawingImage()
Generated with ModularDoc