Skip to content

M_PDFiumSharp_PDFium_FPDF_CreateClipPath

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDF_CreateClipPath Method

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

Syntax

C#

public static FPDF_CLIPPATH FPDF_CreateClipPath(
	float left,
	float bottom,
	float right,
	float top
)

Parameters

 

left
Type: System.Single
bottom
Type: System.Single
right
Type: System.Single
top
Type: System.Single

Return Value

Type: FPDF_CLIPPATH

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally