M_PDFiumSharp_PDFium_FPDF_RenderPageBitmap_Start - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDF_RenderPageBitmap_Start Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

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
)

Parameters

 

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

Return Value

Type: RenderingStatus

See Also

Reference

PDFium Class
PDFiumSharp Namespace

⚠️ **GitHub.com Fallback** ⚠️