Skip to main content
Skip table of contents

PdfImage

PdfImage Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfImage[[PdfImage]]
  iTextSharp.text.pdf.PdfStream[[PdfStream]]
  end
iTextSharp.text.pdf.PdfStream --> iTextSharp.text.pdf.PdfImage

Members

Properties

Public properties
TypeNameMethods
ImageImageget
PdfNameNameget

Methods

Internal Static methods
ReturnsName
voidTransferBytes(Stream inp, Stream outp, int len)
Protected methods
ReturnsName
voidImportAll(PdfImage dup)

Details

Inheritance

Constructors

PdfImage

Source code

public PdfImage(Image image, string name, PdfIndirectReference maskRef)
Arguments
TypeNameDescription
Imageimage
stringname
PdfIndirectReferencemaskRef

Methods

TransferBytes

Source code

internal static void TransferBytes(Stream inp, Stream outp, int len)
Arguments
TypeNameDescription
Streaminp
Streamoutp
intlen
ImportAll

Source code

protected virtual void ImportAll(PdfImage dup)
Arguments
TypeNameDescription
PdfImagedup

Properties

Name
public virtual PdfName Name { get; }
Image
public virtual Image Image { 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.