Version

Resolution Property (PrintOptionsBase)

Gets or sets the horizontal print resolution in DPI.
Syntax
public int Resolution {get; set;}

Property Value

The horizontal print resolution in DPI.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value assigned is outside the valid range of 0 and 65535.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also