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(const System::String &fieldName, int32_t combNumber)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The qualified field name. |
| combNumber | int32_t | The number of combs to divide the field into. |
ReturnValue
If success, return true;else false.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++