PrintDocument for WinForms
ResolvedInfo プロパティ (C1Page)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス : ResolvedInfo プロパティ
Gets the PageResolvedInfo object corresponding to the current page. After the current page has been resolved, this property allows to retrieve absolute values describing the geometry of the page, margins, and columns.

Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties.

シンタックス
'宣言
 
Public ReadOnly Property ResolvedInfo As PageResolvedInfo
'使用法
 
Dim instance As C1Page
Dim value As PageResolvedInfo
 
value = instance.ResolvedInfo
public PageResolvedInfo ResolvedInfo {get;}
参照

C1Page クラス
C1Page メンバ