PrintTaskOptions.HolePunch Propiedad

Definición

Obtiene o establece la opción de perforación del agujero de la tarea de impresión.

public:
 property PrintHolePunch HolePunch { PrintHolePunch get(); void set(PrintHolePunch value); };
PrintHolePunch HolePunch();

void HolePunch(PrintHolePunch value);
public PrintHolePunch HolePunch { get; set; }
var printHolePunch = printTaskOptions.holePunch;
printTaskOptions.holePunch = printHolePunch;
Public Property HolePunch As PrintHolePunch

Valor de propiedad

La opción de perforación del agujero.

Implementaciones

Se aplica a