Table of Contents

Method GetControl

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

GetControl(string)

Gets the control by name.

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.