Aspose::Pdf::Facades::FormEditor::SetFieldAppearance method
FormEditor::SetFieldAppearance method
Set field flags.
bool Aspose::Pdf::Facades::FormEditor::SetFieldAppearance(const System::String &fieldName, Annotations::AnnotationFlags flags)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of field whose flags should be updated. |
| flags | Annotations::AnnotationFlags | Flag of the field. |
ReturnValue
true if flags were updated successfully.
See Also
- Class String
- Enum AnnotationFlags
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++