다음을 통해 공유


PrintPageRangeOptions.AllowCustomSetOfPages 속성

정의

인쇄 페이지 범위에 대한 사용자 지정 페이지 허용 옵션을 가져오고 설정합니다.

public:
 property bool AllowCustomSetOfPages { bool get(); void set(bool value); };
bool AllowCustomSetOfPages();

void AllowCustomSetOfPages(bool value);
public bool AllowCustomSetOfPages { get; set; }
var boolean = printPageRangeOptions.allowCustomSetOfPages;
printPageRangeOptions.allowCustomSetOfPages = boolean;
Public Property AllowCustomSetOfPages As Boolean

속성 값

Boolean

bool

사용자 지정 페이지 집합 허용 옵션입니다.

적용 대상