Aspose::Pdf::Facades::FormEditor::SetFieldCombNumber method

FormEditor::SetFieldCombNumber method

Sets number of combs for a regular single-line text field (the field is automatically divided into as many equally spaced positions, or combs, as the value of combNumber parameter).

bool Aspose::Pdf::Facades::FormEditor::SetFieldCombNumber(System::String fieldName, int32_t combNumber)
ParameterTypeDescription
fieldNameSystem::StringThe qualified field name.
combNumberint32_tThe number of combs to divide the field into.

ReturnValue

If success, return true;else false.

See Also