ImageData.GetPage

Overloads

GetPage()Returns a Page object containing the image as a background.
GetPage(Single)Returns a Page object containing the image as a background.

GetPage()

Returns a Page object containing the image as a background.

public Page GetPage()
Function GetPage() As Page

Returns

Page

A Page with the image as a background.

Licensing Info

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

GetPage(Single)

Returns a Page object containing the image as a background.

public Page GetPage(float margins)
Function GetPage(margins As Single) As Page

Parameters

margins
Single

The margins of the page.

Returns

Page

A Page with the image as a background.

Licensing Info

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

See Also

Page
ImageData
ceTe.DynamicPDF.Imaging

In this topic