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)
ParameterTypeDescription
fieldNameconst System::String&Name of field whose flags should be updated.
flagsAnnotations::AnnotationFlagsFlag of the field.

ReturnValue

true if flags were updated successfully.

See Also