Skip to main content
Skip table of contents

ImgRaw

ImgRaw Public class

Description

Raw Image data that has to be inserted into the document

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text
  iTextSharp.text.ImgRaw[[ImgRaw]]
  iTextSharp.text.Image[[Image]]
  class iTextSharp.text.Image abstractStyle;
  end
iTextSharp.text.Image --> iTextSharp.text.ImgRaw

Details

Summary

Raw Image data that has to be inserted into the document

Inheritance

Constructors

ImgRaw [1/2]

Source code

public ImgRaw(Image image)
Arguments
TypeNameDescription
Imageimage
ImgRaw [2/2]

Source code

public ImgRaw(int width, int height, int components, int bpc, byte[] data)
Arguments
TypeNameDescription
intwidththe exact width of the image
intheightthe exact height of the image
intcomponents1,3 or 4 for GrayScale, RGB and CMYK
intbpcbits per component. Must be 1,2,4 or 8
byte``[]datadata the image data
Summary

Creats an Image in raw mode.

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.