Compartilhar via


PrintPageRangeOptions.AllowCurrentPage Propriedade

Definição

Obtém e define a opção permitir página atual do intervalo de páginas de impressão.

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 da propriedade

Boolean

bool

A opção permitir página atual.

Aplica-se a