Aspose::Pdf::Facades::FormEditor::SetFieldAppearance method

FormEditor::SetFieldAppearance method

Set field flags.

bool Aspose::Pdf::Facades::FormEditor::SetFieldAppearance(System::String fieldName, Aspose::Pdf::Annotations::AnnotationFlags flags)
ParameterTypeDescription
fieldNameSystem::StringName of field whose flags should be updated.
flagsAspose::Pdf::Annotations::AnnotationFlagsFlag of the field.

ReturnValue

true if flags were updated successfully.

See Also