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
Licensing Info
This method is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.