Condividi tramite


IppResolution(Int32, Int32, IppResolutionUnit) Costruttore

Definizione

Crea una nuova istanza della classe IppResolution con i valori specificati. Questo oggetto rappresenta informazioni su un resolution attributo definito dal protocollo IPP (Internet Printing Protocol).

public:
 IppResolution(int width, int height, IppResolutionUnit unit);
 IppResolution(int const& width, int const& height, IppResolutionUnit const& unit);
public IppResolution(int width, int height, IppResolutionUnit unit);
function IppResolution(width, height, unit)
Public Sub New (width As Integer, height As Integer, unit As IppResolutionUnit)

Parametri

width
Int32

int

Larghezza dell'attributo resolution .

height
Int32

int

Altezza dell'attributo resolution .

unit
IppResolutionUnit

Unità dell'attributo resolution .

Si applica a