iText 5

ImportedPage

ImportedPage Protected class

Diagram

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

Members

Methods

Public methods

Returns

Name

bool

Equals

(object o)

string

ToString

()

Details

Constructors

ImportedPage

Source code

internal ImportedPage(PdfReader reader, int pageNumber, bool keepFields)

Arguments

Type

Name

Description

PdfReader

reader

int

pageNumber

bool

keepFields

Methods

Equals

Source code

public override bool Equals(object o)

Arguments

Type

Name

Description

object

o

ToString

Source code

public override string ToString()

Generated with ModularDoc