다음을 통해 공유


PrintTaskOptions.NumberOfCopies 속성

정의

인쇄 작업의 복사본 수 값을 가져오거나 설정합니다.

public:
 property unsigned int NumberOfCopies { unsigned int get(); void set(unsigned int value); };
uint32_t NumberOfCopies();

void NumberOfCopies(uint32_t value);
public uint NumberOfCopies { get; set; }
var uInt32 = printTaskOptions.numberOfCopies;
printTaskOptions.numberOfCopies = uInt32;
Public Property NumberOfCopies As UInteger

속성 값

UInt32

unsigned int

uint32_t

복사본 수의 값입니다.

구현

적용 대상