PdfImportedPage Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfImportedPage[[PdfImportedPage]] iTextSharp.text.pdf.PdfTemplate[[PdfTemplate]] end iTextSharp.text.pdf.PdfTemplate --> iTextSharp.text.pdf.PdfImportedPage
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
image, |
|
|
(
template, |
|
|
( |
|
|
() |
|
|
(
sp, |
|
|
(
sp, |
|
|
() |
|
|
(
bf, |
Internal methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Inheritance
Constructors
PdfImportedPage
Source code
internal PdfImportedPage(PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
readerInstance |
|
|
|
writer |
|
|
|
pageNumber |
Methods
AddImage
Source code
public override void AddImage(Image image, float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
image |
|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
AddTemplate
Source code
public override void AddTemplate(PdfTemplate template, float a, float b, float c, float d, float e, float f)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
template |
|
|
|
a |
|
|
|
b |
|
|
|
c |
|
|
|
d |
|
|
|
e |
|
|
|
f |
GetFormXObject
Source code
public override PdfStream GetFormXObject(int compressionLevel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
compressionLevel |
SetColorFill
Source code
public override void SetColorFill(PdfSpotColor sp, float tint)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
sp |
|
|
|
tint |
SetColorStroke
Source code
public override void SetColorStroke(PdfSpotColor sp, float tint)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
sp |
|
|
|
tint |
SetFontAndSize
Source code
public override void SetFontAndSize(BaseFont bf, float size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bf |
|
|
|
size |
ThrowError
Source code
internal void ThrowError()
IsToCopy
Source code
public virtual bool IsToCopy()
SetCopied
Source code
public virtual void SetCopied()
Properties
FromReader
public virtual PdfImportedPage FromReader { get; }
PageNumber
public virtual int PageNumber { get; }
Rotation
public virtual int Rotation { get; }
Duplicate
public override PdfContentByte Duplicate { get; }
Resources
internal override PdfObject Resources { get; }
Group
public override PdfTransparencyGroup Group { set; }
PdfReaderInstance
internal PdfReaderInstance PdfReaderInstance { get; }
Generated with ModularDoc