Click or drag to resize

CPDFPageCreateWidget Method

Creates form widgets on the page according to the type of form widgets.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFWidget CreateWidget(
	C_WIDGET_TYPE widgetType
)

Parameters

widgetType
Type: ComPDFKit.PDFAnnotation.FormC_WIDGET_TYPE
Form widget type

Return Value

Type: CPDFWidget
Form widget object
See Also