iText 5

PdfPage

PdfPage Public class

Diagram

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

Members

Properties

Internal properties

Type

Name

Methods

PdfRectangle

MediaBox

get

Methods

Public methods

Returns

Name

bool

IsParent

()

Internal methods

Details

Inheritance

Constructors

PdfPage [1/2]

Source code

internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources, int rotate)

Arguments

Type

Name

Description

PdfRectangle

mediaBox

Dictionary<string,

PdfRectangle

>

boxSize

PdfDictionary

resources

int

rotate

PdfPage [2/2]

Source code

internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources)

Arguments

Type

Name

Description

PdfRectangle

mediaBox

Dictionary<string,

PdfRectangle

>

boxSize

PdfDictionary

resources

Methods

IsParent

Source code

public virtual bool IsParent()

Add

Source code

internal void Add(PdfIndirectReference contents)

Arguments

Type

Name

Description

PdfIndirectReference

contents

RotateMediaBox

Source code

internal PdfRectangle RotateMediaBox()

Properties

MediaBox

internal PdfRectangle MediaBox { get; }

Generated with ModularDoc