Table of Contents

Class PdfImportedPage

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

Represents an imported page. @author Paulo Soares (psoares@consiste.pt)

public class PdfImportedPage : PdfTemplate
Inheritance
PdfImportedPage
Inherited Members

Properties

Duplicate

Always throws an error. This operation is not allowed.

public override PdfContentByte Duplicate { get; }

Property Value

PdfContentByte

dummy

FromReader

Reads the content from this PdfImportedPage -object from a reader.

public PdfImportedPage FromReader { get; }

Property Value

PdfImportedPage

self

Group

public override PdfTransparencyGroup Group { set; }

Property Value

PdfTransparencyGroup

PageNumber

public int PageNumber { get; }

Property Value

int

Methods

AddImage(Image, float, float, float, float, float, float)

Always throws an error. This operation is not allowed. @throws DocumentException dummy

public override void AddImage(Image image, float a, float b, float c, float d, float e, float f)

Parameters

image Image

dummy

a float

dummy

b float

dummy

c float

dummy

d float

dummy

e float

dummy

f float

dummy

AddTemplate(PdfTemplate, float, float, float, float, float, float)

Always throws an error. This operation is not allowed.

public override void AddTemplate(PdfTemplate pdfTemplate, float a, float b, float c, float d, float e, float f)

Parameters

pdfTemplate PdfTemplate

dummy

a float

dummy

b float

dummy

c float

dummy

d float

dummy

e float

dummy

f float

dummy

SetColorFill(PdfSpotColor, float)

public override void SetColorFill(PdfSpotColor sp, float tint)

Parameters

sp PdfSpotColor
tint float

SetColorStroke(PdfSpotColor, float)

public override void SetColorStroke(PdfSpotColor sp, float tint)

Parameters

sp PdfSpotColor
tint float

SetFontAndSize(BaseFont, float)

Always throws an error. This operation is not allowed.

public override void SetFontAndSize(BaseFont bf, float size)

Parameters

bf BaseFont

dummy

size float

dummy