ResolutionList.GetResolution

Gets a printer resolution by name.

public Resolution GetResolution(int horizontalDpi, int verticalDpi)
Function GetResolution(horizontalDpi As Integer, verticalDpi As Integer) As Resolution

Parameters

horizontalDpi
Int32

The horizontal DPI of the resolution to be returned.

verticalDpi
Int32

The vertical DPI of the resolution to be returned.

Returns

Resolution

Licensing Info

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

See Also

Resolution
ResolutionList
ceTe.DynamicPDF.Printing

In this topic