'宣言 Public Function New( _ ByVal doc As C1MultiDocument, _ ByVal pageIdx As System.Integer, _ ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode, _ ByVal dpiX As System.Single, _ ByVal dpiY As System.Single _ )
public PreviewPageMultiDoc( C1MultiDocument doc, System.int pageIdx, System.Drawing.Drawing2D.SmoothingMode smoothingMode, System.float dpiX, System.float dpiY )
パラメータ
- doc
- ページのオーナードキュメント。
- pageIdx
- ページインデックス。
- smoothingMode
- ページを描画するときに使用するスムージングモード。
- dpiX
- 水平解像度。
- dpiY
- 垂直解像度。