Table of Contents

Method GetWidget

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

GetWidget(int)

Gets the widget with the specified index from the collection of controls associated with this page.

public PdfWidget GetWidget(int index)

Parameters

index int

The zero-based index of the widget to get.

Returns

PdfWidget

The PdfWidget with specified index.