Share via


UIPrintInfoOutputType Enumeración

Definición

Enumeración de tipos de contenido de impresión (por ejemplo, general, foto, escala de grises).

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPrintInfoOutputType
type UIPrintInfoOutputType = 
Herencia
UIPrintInfoOutputType
Atributos

Campos

General 0

Mezcla de texto, gráficos e imágenes.

Grayscale 2

El trabajo de impresión no contiene ningún color.

Photo 1

Imagen de color o negro y blanco.

PhotoGrayscale 3

Una imagen de escala de grises.

Se aplica a