Aspose::Pdf::Forms::Field::idx_get method

Field::idx_get(int32_t) method

Gets subfield contained in this field by index.

System::SharedPtr<Aspose::Pdf::Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Field::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the reuqested subfield.

ReturnValue

Field instance.

See Also

Field::idx_get(System::String) method

Gets subfield contained in this field by name of the subfield.

System::SharedPtr<Aspose::Pdf::Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Field::idx_get(System::String name)
ParameterTypeDescription
nameSystem::StringContained subfield name.

ReturnValue

Field instance.

See Also