PrintDocument for WinForms
ResolvedUnit プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : ResolvedUnit プロパティ
Gets or sets the UnitTypeEnum value that will be used to specify the resolved sizes of objects within the current document (e.g. the sizes of RenderFragment objects representing the render objects in the document).

This property cannot be changed when the document is generating (i.e. while C1PrintDocument.IsGenerating returns true).

シンタックス
'宣言
 
Public Property ResolvedUnit As UnitTypeEnum
'使用法
 
Dim instance As C1PrintDocument
Dim value As UnitTypeEnum
 
instance.ResolvedUnit = value
 
value = instance.ResolvedUnit
public UnitTypeEnum ResolvedUnit {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ