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