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 |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Internal methods
|
Returns |
Name |
|---|---|
|
|
(
contents) |
|
|
() |
Details
Inheritance
Constructors
PdfPage [1/2]
Source code
internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources, int rotate)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
mediaBox |
|
|
> |
boxSize |
|
|
|
resources |
|
|
|
rotate |
PdfPage [2/2]
Source code
internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
mediaBox |
|
|
> |
boxSize |
|
|
|
resources |
Methods
IsParent
Source code
public virtual bool IsParent()
Add
Source code
internal void Add(PdfIndirectReference contents)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
contents |
RotateMediaBox
Source code
internal PdfRectangle RotateMediaBox()
Properties
MediaBox
internal PdfRectangle MediaBox { get; }
Generated with ModularDoc