Aspose::Pdf::Facades::FormEditor::DecorateField method

FormEditor::DecorateField() method

Changes visual attributes of all fields in the PDF document.

void Aspose::Pdf::Facades::FormEditor::DecorateField()

See Also

FormEditor::DecorateField(FieldType) method

Changes visual attributes of all fields with the specified field type.

void Aspose::Pdf::Facades::FormEditor::DecorateField(FieldType fieldType)
ParameterTypeDescription
fieldTypeFieldTypeType of fields which will be decorated.

See Also

FormEditor::DecorateField(System::String) method

Changes visual attributes of the specified field.

void Aspose::Pdf::Facades::FormEditor::DecorateField(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe fully qualified field name.

See Also