Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the Page class.
Namespace: Apitron.PDF.Kit.FixedLayout
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- mediaBox
- Type: Apitron.PDF.Kit.FixedLayoutBoundary
The media box.
Remarks
Examples
C#
// create page and set boundaries of MediaBox Page page = new Page(new Boundary(0,0,200,200));
See Also