Class PdfProgressiveRenderer
public static class PdfProgressiveRenderer
- Inheritance
-
PdfProgressiveRenderer
- Inherited Members
Methods
Close(PdfPage)
public static void Close(PdfPage page)
Parameters
page
PdfPage
Continue(PdfPage, IfSdkPause)
Continues a previously started progressive render operation.
public static PdfRenderStatus Continue(PdfPage page, IfSdkPause pause)
Parameters
page
PdfPageThe page being rendered.
pause
IfSdkPauseA pause struct used to control pausing.
Returns
- PdfRenderStatus
A PdfRenderStatus indicating the current state.
Start(PdfBitmap, PdfPage, int, int, int, int, int, int, IfSdkPause)
public static PdfRenderStatus Start(PdfBitmap bitmap, PdfPage page, int x, int y, int width, int height, int rotation, int flags, IfSdkPause pause)
Parameters
bitmap
PdfBitmappage
PdfPagex
inty
intwidth
intheight
introtation
intflags
intpause
IfSdkPause
Returns
StartWithColorScheme(PdfBitmap, PdfPage, int, int, int, int, int, int, PdfColorScheme, IfSdkPause)
public static PdfRenderStatus StartWithColorScheme(PdfBitmap bitmap, PdfPage page, int x, int y, int width, int height, int rotation, int flags, PdfColorScheme colorScheme, IfSdkPause pause)
Parameters
bitmap
PdfBitmappage
PdfPagex
inty
intwidth
intheight
introtation
intflags
intcolorScheme
PdfColorSchemepause
IfSdkPause