Click or drag to resize

CPDFTextWidgetSetTextFieldSpecial Method

Sets the content format of TextField, format type: C_TEXTFILED_SPECIAL

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetTextFieldSpecial(
	bool isDateSpecial
)

Parameters

isDateSpecial
Type: SystemBoolean
Whether it is date

Return Value

Type: Boolean
Returns true on success, false on failure
See Also