다음을 통해 공유


PrintCustomToggleOptionDetails.State 속성

정의

인쇄 사용자 지정 토글 옵션의 상태를 가져오거나 설정합니다.

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

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

속성 값

인쇄 옵션 상태입니다.

구현

적용 대상