'Declaration Public Function New( _ ByVal doc As C1MultiDocument, _ ByVal pageIdx As Integer, _ ByVal smoothingMode As SmoothingMode, _ ByVal dpiX As Single, _ ByVal dpiY As Single _ )
public PreviewPageMultiDoc( C1MultiDocument doc, int pageIdx, SmoothingMode smoothingMode, float dpiX, float dpiY )
Parameters
- doc
- The page owner document.
- pageIdx
- The page index.
- smoothingMode
- Smoothing mode to use when drawing the page.
- dpiX
- The horizontal resolution.
- dpiY
- The vertical resolution.