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

Field::idx_get(const System::String&) method

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

System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Field::idx_get(const System::String &name)
ParameterTypeDescription
nameconst System::String&Contained subfield name.

ReturnValue

Field instance.

See Also

Field::idx_get(int32_t) method

Gets subfield contained in this field by index.

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

ReturnValue

Field instance.

See Also