Skip to main content
Skip table of contents

PdfImageObject (1)

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

Details

Nested types

Classes
  • ImageBytesType

Constructors

PdfImageObject [1/3]
Source code
public PdfImageObject(PRStream stream)
Arguments
TypeNameDescription
PRStreamstream
PdfImageObject [2/3]
Source code
public PdfImageObject(PRStream stream, PdfDictionary colorSpaceDic)
Arguments
TypeNameDescription
PRStreamstream
PdfDictionarycolorSpaceDic
PdfImageObject [3/3]
Source code
protected internal PdfImageObject(PdfDictionary dictionary, byte[] samples, PdfDictionary colorSpaceDic)
Arguments
TypeNameDescription
PdfDictionarydictionary
byte``[]samples
PdfDictionarycolorSpaceDic

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
TypeNameDescription
PdfNamekey
GetDictionary
Source code
public virtual PdfDictionary GetDictionary()
GetImageAsBytes
Source code
public virtual byte GetImageAsBytes()
GetDrawingImage
Source code
public Image GetDrawingImage()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.