다음을 통해 공유


PrintCollationOptionDetails.State 속성

정의

인쇄 데이터 정렬 옵션의 상태를 가져오거나 설정합니다.

public:
 property PrintOptionStates State { PrintOptionStates get(); void set(PrintOptionStates value); };
PrintOptionStates State();

void State(PrintOptionStates value);
public PrintOptionStates State { get; set; }
var printOptionStates = printCollationOptionDetails.state;
printCollationOptionDetails.state = printOptionStates;
Public Property State As PrintOptionStates

속성 값

데이터 정렬 옵션의 상태입니다.

구현

적용 대상