M_PDFiumSharp_PDFium_FPDF_RenderPageBitmap_Start - ArgusMagnus/PDFiumSharp GitHub Wiki
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static RenderingStatus FPDF_RenderPageBitmap_Start(
FPDF_BITMAP bitmap,
FPDF_PAGE page,
int start_x,
int start_y,
int size_x,
int size_y,
PageOrientations rotate,
RenderingFlags flags,
IFSDK_PAUSE pause
)
- bitmap
- Type: PDFiumSharp.Types.FPDF_BITMAP
- page
- Type: PDFiumSharp.Types.FPDF_PAGE
- start_x
- Type: System.Int32
- start_y
- Type: System.Int32
- size_x
- Type: System.Int32
- size_y
- Type: System.Int32
- rotate
- Type: PDFiumSharp.PageOrientations
- flags
- Type: PDFiumSharp.RenderingFlags
- pause
- Type: PDFiumSharp.Types.IFSDK_PAUSE
Type: RenderingStatus