Compartir a través de


PrintPageRangeOptions.AllowCurrentPage Propiedad

Definición

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

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

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

Valor de propiedad

Boolean

bool

Opción permitir página actual.

Se aplica a