Reports for WPF
FromRU(Double,UnitTypeEnum,Single) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > FromRU メソッド : FromRU(Double,UnitTypeEnum,Single) メソッド
C1PrintDocument.ResolvedUnit 単位の値。
変換後の単位を指定します。
destType が UnitTypeEnum.Pixel の場合は dpi を指定します。
C1PrintDocument.ResolvedUnit 単位の値を別の測定単位に変換します。
シンタックス
'宣言
 
Public Overloads Function FromRU( _
   ByVal value As System.Double, _
   ByVal destType As UnitTypeEnum, _
   ByVal destDpi As System.Single _
) As System.Double
public System.double FromRU( 
   System.double value,
   UnitTypeEnum destType,
   System.float destDpi
)

パラメータ

value
C1PrintDocument.ResolvedUnit 単位の値。
destType
変換後の単位を指定します。
destDpi
destType が UnitTypeEnum.Pixel の場合は dpi を指定します。

戻り値の型

変換後の値を返します。
参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧