PageInfo Constructors

Overloads

PageInfo(PageSize, PageOrientation)Initializes a new instance of the PageInfo class.
PageInfo(PdfPage)Initializes a new instance of the PageInfo class.
PageInfo(Single, Single)Initializes a new instance of the PageInfo class.
PageInfo(String, Int32)Initializes a new instance of the PageInfo class.

PageInfo(PageSize, PageOrientation)

Initializes a new instance of the PageInfo class.

public PageInfo(PageSize size, PageOrientation orientation)
Public Sub New (size As PageSize, orientation As PageOrientation)

Parameters

size
PageSize

The PageSize representing the size of the page.

orientation
PageOrientation

The PageOrientation representing the orientation of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PageInfo(PdfPage)

Initializes a new instance of the PageInfo class.

public PageInfo(PdfPage inputPage)
Public Sub New (inputPage As PdfPage)

Parameters

inputPage
PdfPage

PdfPage object to import.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PageInfo(Single, Single)

Initializes a new instance of the PageInfo class.

public PageInfo(float width, float height)
Public Sub New (width As Single, height As Single)

Parameters

width
Single

The width representing the width of the page.

height
Single

The height representing the height of the page.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

PageInfo(String, Int32)

Initializes a new instance of the PageInfo class.

public PageInfo(string filePath, int pageNumber)
Public Sub New (filePath As String, pageNumber As Integer)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

PageInfo
ceTe.DynamicPDF

In this topic