iText 5

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

Type

Name

Methods

Image

Image

get

PdfName

Name

get

Methods

Internal Static methods

Returns

Name

void

TransferBytes

(Stream inp, Stream outp, int len)

Protected methods

Returns

Name

void

ImportAll

(

PdfImage

dup)

Details

Inheritance

Constructors

PdfImage

Source code

public PdfImage(Image image, string name, PdfIndirectReference maskRef)

Arguments

Type

Name

Description

Image

image

string

name

PdfIndirectReference

maskRef

Methods

TransferBytes

Source code

internal static void TransferBytes(Stream inp, Stream outp, int len)

Arguments

Type

Name

Description

Stream

inp

Stream

outp

int

len

ImportAll

Source code

protected virtual void ImportAll(PdfImage dup)

Arguments

Type

Name

Description

PdfImage

dup

Properties

Name

public virtual PdfName Name { get; }

Image

public virtual Image Image { get; }

Generated with ModularDoc