Partager via


PrintPageRangeOptions.AllowCurrentPage Propriété

Définition

Obtient et définit l’option Autoriser la page active de la plage de pages d’impression.

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

Valeur de propriété

Boolean

bool

Option Autoriser la page active.

S’applique à