Compartir a través de


PrintPageRangeOptions.AllowAllPages Propiedad

Definición

Obtiene y establece la opción permitir todas las páginas del intervalo de páginas de impresión.

public:
 property bool AllowAllPages { bool get(); void set(bool value); };
bool AllowAllPages();

void AllowAllPages(bool value);
public bool AllowAllPages { get; set; }
var boolean = printPageRangeOptions.allowAllPages;
printPageRangeOptions.allowAllPages = boolean;
Public Property AllowAllPages As Boolean

Valor de propiedad

Boolean

bool

La opción permitir todas las páginas.

Se aplica a