다음을 통해 공유


PrintPageRangeOptions.AllowCurrentPage 속성

정의

인쇄 페이지 범위의 현재 페이지 허용 옵션을 가져오고 설정합니다.

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

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

속성 값

Boolean

bool

현재 페이지 허용 옵션입니다.

적용 대상