Table of Contents

Class PdfProgressiveRenderer

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll
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 PdfPage

The page being rendered.

pause IfSdkPause

A 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 PdfBitmap
page PdfPage
x int
y int
width int
height int
rotation int
flags int
pause IfSdkPause

Returns

PdfRenderStatus

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 PdfBitmap
page PdfPage
x int
y int
width int
height int
rotation int
flags int
colorScheme PdfColorScheme
pause IfSdkPause

Returns

PdfRenderStatus