PrintSchemaSelectionType enumeration (printerextension.h)

The PrintSchemaSelectionType enumeration identifies how a feature's options should be selected. This property appears only in a PrintCapabilities document.

Syntax

typedef enum tagPrintSchemaSelectionType {
  PrintSchemaSelectionType_PickOne,
  PrintSchemaSelectionType_PickMany
} PrintSchemaSelectionType;

Constants

 
PrintSchemaSelectionType_PickOne
Select one.
PrintSchemaSelectionType_PickMany
Select many.

Requirements

Requirement Value
Header printerextension.h