Share via


ControlAdapter.CalculateOptimumPageWeight(Int32) 메서드

정의

디바이스에 대한 최적의 페이지 가중치를 결정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual int CalculateOptimumPageWeight(int defaultPageWeight);
protected virtual int CalculateOptimumPageWeight (int defaultPageWeight);
abstract member CalculateOptimumPageWeight : int -> int
override this.CalculateOptimumPageWeight : int -> int
Protected Overridable Function CalculateOptimumPageWeight (defaultPageWeight As Integer) As Integer

매개 변수

defaultPageWeight
Int32

페이지 가중치를 확인할 수 없는 경우에 사용되는 페이지 가중치입니다.

반환

디바이스에 대한 최적의 페이지 가중치입니다.

설명

최적의 페이지 가중치는 문자 줄 수의 100배로 계산됩니다.

이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 모바일 앱 및 사이트를 참조하세요.

적용 대상

추가 정보