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
PageNumber
public int PageNumber { get; }
Property Value
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
Imagedummy
a
floatdummy
b
floatdummy
c
floatdummy
d
floatdummy
e
floatdummy
f
floatdummy
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
PdfTemplatedummy
a
floatdummy
b
floatdummy
c
floatdummy
d
floatdummy
e
floatdummy
f
floatdummy
SetColorFill(PdfSpotColor, float)
public override void SetColorFill(PdfSpotColor sp, float tint)
Parameters
sp
PdfSpotColortint
float
SetColorStroke(PdfSpotColor, float)
public override void SetColorStroke(PdfSpotColor sp, float tint)
Parameters
sp
PdfSpotColortint
float
SetFontAndSize(BaseFont, float)
Always throws an error. This operation is not allowed.
public override void SetFontAndSize(BaseFont bf, float size)