Partager via


PrintPageRangeOptions.AllowAllPages Propriété

Définition

Obtient et définit l’option autoriser toutes les pages de la plage de pages d’impression.

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

Valeur de propriété

Boolean

bool

Option Autoriser toutes les pages.

S’applique à