Skip to main content
Skip table of contents

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
TypeNameMethods
PdfRectangleMediaBoxget

Methods

Public methods
ReturnsName
boolIsParent()
Internal methods

Details

Inheritance

Constructors

PdfPage [1/2]
Source code
internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources, int rotate)
Arguments
TypeNameDescription
PdfRectanglemediaBox
Dictionary<string, PdfRectangle>boxSize
PdfDictionaryresources
introtate
PdfPage [2/2]
Source code
internal PdfPage(PdfRectangle mediaBox, Dictionary<string, PdfRectangle> boxSize, PdfDictionary resources)
Arguments
TypeNameDescription
PdfRectanglemediaBox
Dictionary<string, PdfRectangle>boxSize
PdfDictionaryresources

Methods

IsParent
Source code
public virtual bool IsParent()
Add
Source code
internal void Add(PdfIndirectReference contents)
Arguments
TypeNameDescription
PdfIndirectReferencecontents
RotateMediaBox
Source code
internal PdfRectangle RotateMediaBox()

Properties

MediaBox
internal PdfRectangle MediaBox { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.