Table of Contents

Method GetControl

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetControl(string)

Gets the control by name.

[Obsolete("This method will be removed in the next release of the library. Use the TryGetControl method instead.")]
public PdfControl? GetControl(string name)

Parameters

name string

The name of the control to get.

Returns

PdfControl

The PdfControl with specified name.

Remarks

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

You can use this method to fill in a PDF form.