다음을 통해 공유


PrintTaskOptions.HolePunch 속성

정의

인쇄 작업의 구멍 펀치 옵션을 가져오거나 설정합니다.

public:
 property PrintHolePunch HolePunch { PrintHolePunch get(); void set(PrintHolePunch value); };
PrintHolePunch HolePunch();

void HolePunch(PrintHolePunch value);
public PrintHolePunch HolePunch { get; set; }
var printHolePunch = printTaskOptions.holePunch;
printTaskOptions.holePunch = printHolePunch;
Public Property HolePunch As PrintHolePunch

속성 값

구멍 펀치 옵션입니다.

구현

적용 대상