Skip to main content
Skip table of contents

InlineImageInfo

InlineImageInfo 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.InlineImageInfo[[InlineImageInfo]]
  end

Members

Properties

Public properties
TypeNameMethods
PdfDictionaryImageDictionaryget
byte``[]Samplesget

Details

Constructors

InlineImageInfo

Source code

public InlineImageInfo(byte[] samples, PdfDictionary imageDictionary)
Arguments
TypeNameDescription
byte``[]samples
PdfDictionaryimageDictionary

Properties

ImageDictionary
public virtual PdfDictionary ImageDictionary { get; }
Samples
public virtual byte Samples { get; }

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.