PdfDocument.GetControl Method

Gets the control by name.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfControl GetControl(
	string name
)
VB
Public Function GetControl ( 
	name As String
) As PdfControl

Parameters

name
Type: System.String
The name of the control to get.

Return Value

Type: PdfControl
The PdfControl with specified name.

Remarks

This method performs search by values of FullName and Name properties.

See Also