[]
Initializes a new instance of the PreviewPageMultiDoc class.
public PreviewPageMultiDoc(C1MultiDocument doc, int pageIdx, SmoothingMode smoothingMode, float dpiX, float dpiY)
| Type | Name | Description |
|---|---|---|
| C1MultiDocument | doc | The page owner document. |
| int | pageIdx | The page index. |
| SmoothingMode | smoothingMode | Smoothing mode to use when drawing the page. |
| float | dpiX | The horizontal resolution. |
| float | dpiY | The vertical resolution. |